Odoo Alternative Reporting Engine
 
 
 
 
Go to file
Weblate 844d62d263 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: reporting-engine-15.0/reporting-engine-15.0-sql_export_mail
Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-15-0/reporting-engine-15-0-sql_export_mail/
2024-03-13 16:05:15 +00:00
.github/workflows [IMP] update dotfiles 2023-10-27 23:12:13 +02:00
base_comment_template Translated using Weblate (Italian) 2023-12-28 17:34:56 +00:00
bi_sql_editor [BOT] post-merge updates 2024-01-26 18:26:21 +00:00
bi_view_editor Translated using Weblate (Spanish (Argentina)) 2023-11-12 17:37:45 +00:00
board_eval_context [UPD] README.rst 2023-09-03 15:59:14 +00:00
report_async Update translation files 2023-10-10 00:43:57 +00:00
report_csv Translated using Weblate (Spanish) 2023-11-07 19:37:23 +00:00
report_py3o Translated using Weblate (Spanish (Argentina)) 2023-10-29 08:29:31 +00:00
report_qr [UPD] README.rst 2023-09-03 15:59:14 +00:00
report_qweb_decimal_place Translated using Weblate (Spanish) 2023-10-15 18:36:07 +00:00
report_qweb_element_page_visibility [UPD] README.rst 2023-09-03 15:59:14 +00:00
report_qweb_encrypt [UPD] README.rst 2023-09-03 15:59:14 +00:00
report_qweb_parameter [UPD] README.rst 2023-09-03 15:59:14 +00:00
report_qweb_pdf_watermark Translated using Weblate (Spanish) 2023-10-15 18:36:07 +00:00
report_wkhtmltopdf_param Update translation files 2023-10-09 20:56:14 +00:00
report_xlsx [BOT] post-merge updates 2023-10-24 08:51:14 +00:00
report_xlsx_helper [BOT] post-merge updates 2023-10-24 08:51:14 +00:00
report_xml [BOT] post-merge updates 2023-10-24 08:51:14 +00:00
setup [BOT] post-merge updates 2024-03-13 14:35:41 +00:00
sql_export Translated using Weblate (Italian) 2023-12-29 17:39:05 +00:00
sql_export_excel Update translation files 2023-10-09 20:09:08 +00:00
sql_export_mail Update translation files 2024-03-13 16:05:15 +00:00
sql_request_abstract Update translation files 2023-09-03 20:48:56 +00:00
.copier-answers.yml [IMP] update dotfiles 2023-10-27 23:12:13 +02:00
.editorconfig Initialize 15.0 branch 2021-10-17 17:03:53 +02:00
.eslintrc.yml [IMP] update dotfiles 2023-10-27 23:12:13 +02:00
.flake8 Initialize 15.0 branch 2021-10-17 17:03:53 +02:00
.gitignore [DCK] Updated from template 2022-11-03 09:14:15 +01:00
.isort.cfg Initialize 15.0 branch 2021-10-17 17:03:53 +02:00
.pre-commit-config.yaml [IMP] update dotfiles 2023-10-27 23:12:13 +02:00
.prettierrc.yml Initialize 15.0 branch 2021-10-17 17:03:53 +02:00
.pylintrc Initialize 15.0 branch 2021-10-17 17:03:53 +02:00
.pylintrc-mandatory Initialize 15.0 branch 2021-10-17 17:03:53 +02:00
LICENSE Initialize 15.0 branch 2021-10-17 17:03:53 +02:00
README.md [BOT] post-merge updates 2024-03-13 14:35:41 +00:00
requirements.txt [IMP] report_py3o: black, isort, prettier 2023-03-24 13:42:47 +01:00

README.md

Runboat Pre-commit Status Build Status codecov Translation Status

reporting-engine

TODO: add repo description.

Available addons

addon version maintainers summary
base_comment_template 15.0.3.0.2 Add conditional mako template to any reporton models that inherits comment.template.
bi_sql_editor 15.0.1.0.5 legalsylvain BI Views builder, based on Materialized or Normal SQL Views
bi_view_editor 15.0.1.1.0 Graphical BI views builder for Odoo
board_eval_context 15.0.1.0.0 gurneyalex Add some keys to board.board eval context
report_async 15.0.1.0.0 kittiu Central place to run reports live or async
report_csv 15.0.2.0.0 Base module to create csv report
report_py3o 15.0.1.0.0 Reporting engine based on Libreoffice (ODT -> ODT, ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)
report_qr 15.0.1.0.0 Web QR Manager
report_qweb_decimal_place 15.0.1.0.0 Report Qweb Decimal Place
report_qweb_element_page_visibility 15.0.1.0.3 Report Qweb Element Page Visibility
report_qweb_encrypt 15.0.1.0.0 kittiu Allow to encrypt qweb pdfs
report_qweb_parameter 15.0.1.0.0 Add new parameters for qweb templates in order to reduce field length and check minimal length
report_qweb_pdf_watermark 15.0.1.0.0 Add watermarks to your QWEB PDF reports
report_wkhtmltopdf_param 15.0.1.0.0 Add new parameters for a paper format to be used by wkhtmltopdf command as arguments.
report_xlsx 15.0.1.1.4 Base module to create xlsx report
report_xlsx_helper 15.0.1.0.2 Report xlsx helpers
report_xml 15.0.1.0.2 Allow to generate XML reports
sql_export 15.0.1.0.0 Export data in csv file with SQL requests
sql_export_excel 15.0.1.0.0 Allow to export a sql query to an excel file.
sql_export_mail 15.0.1.0.1 legalsylvain Send csv file generated by sql query by mail.
sql_request_abstract 15.0.1.0.0 legalsylvain Abstract Model to manage SQL Requests

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.