Odoo Alternative Reporting Engine
 
 
 
 
Go to file
Guewen Baconnier 1918272567 Fix py3o freeze when using server fusion
The template file has been partially read for the parsing of the
expressions, so use the original template data instead.  When the fusion
server receives an incomplete template, we don't receive any answer
back.
2023-03-24 13:41:49 +01:00
.github/workflows [CI] run copier update 2023-02-06 09:08:28 +01:00
base_comment_template Translated using Weblate (Italian) 2023-03-23 13:24:38 +00:00
bi_sql_editor bi_sql_editor 15.0.1.0.3 2022-11-30 13:23:57 +00:00
bi_view_editor Translated using Weblate (Italian) 2023-03-23 13:24:39 +00:00
board_eval_context [ADD] icon.png 2023-03-18 17:59:34 +00:00
report_async [UPD] README.rst 2023-03-18 17:07:27 +00:00
report_csv [UPD] README.rst 2023-03-18 20:02:29 +00:00
report_py3o Fix py3o freeze when using server fusion 2023-03-24 13:41:49 +01:00
report_qr Translated using Weblate (Catalan) 2022-06-15 18:05:40 +00:00
report_qweb_element_page_visibility report_qweb_element_page_visibility 15.0.1.0.1 2023-03-22 08:48:25 +00:00
report_qweb_encrypt Update translation files 2023-03-18 20:06:58 +00:00
report_qweb_parameter Translated using Weblate (Catalan) 2022-06-15 18:05:40 +00:00
report_qweb_pdf_watermark Update translation files 2022-12-29 12:08:01 +00:00
report_wkhtmltopdf_param Translated using Weblate (Spanish (Argentina)) 2022-12-17 22:44:54 +00:00
report_xlsx report_xlsx 15.0.1.1.1 2022-09-08 07:23:36 +00:00
report_xlsx_helper Translated using Weblate (Catalan) 2022-06-15 18:05:40 +00:00
report_xml Translated using Weblate (Spanish (Argentina)) 2022-12-17 20:37:34 +00:00
setup [ADD] setup.py 2023-03-18 20:02:29 +00:00
sql_export Translated using Weblate (Catalan) 2022-06-15 18:05:39 +00:00
sql_export_excel Translated using Weblate (Catalan) 2022-06-15 18:05:40 +00:00
sql_request_abstract Translated using Weblate (Spanish (Argentina)) 2022-12-24 21:44:58 +00:00
.copier-answers.yml [IMP] update dotfiles [ci skip] 2023-03-12 20:49:24 +01:00
.editorconfig Initialize 15.0 branch 2021-10-17 17:03:53 +02:00
.eslintrc.yml [IMP] update dotfiles [ci skip] 2022-03-31 17:24:56 +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 [CI] run copier update 2023-02-06 09:08:28 +01: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 [UPD] addons table in README.md 2023-03-22 08:48:31 +00:00
requirements.txt [MIG] report_qweb_encrypt: Migration to 15.0 2022-11-05 23:00:23 +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.0 Add conditional mako template to any reporton models that inherits comment.template.
bi_sql_editor 15.0.1.0.3 legalsylvain BI Views builder, based on Materialized or Normal SQL Views
bi_view_editor 15.0.1.0.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.1.0.0 Base module to create csv report
report_qr 15.0.1.0.0 Web QR Manager
report_qweb_element_page_visibility 15.0.1.0.1 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.1 Base module to create xlsx report
report_xlsx_helper 15.0.1.0.1 Report xlsx helpers
report_xml 15.0.1.0.1 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_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.