If an error occurs into the base class, the response received from the call to super is already an HTTP error response. By modifying this response we break the UI since this reponse is no more the one expeceted in case or error. This change into the initial HTTP reŝponse leeds to different kind of errors into the UI depending of the browser used. (Invalid CSRF error, UI locked in waiting response or 'Blocked a frame with origin http://localhost:8069 from accessing a cross-origin frame' or ...) |
||
---|---|---|
base_report_assembler | ||
bi_view_editor | ||
report_custom_filename | ||
report_qweb_element_page_visibility | ||
report_qweb_pdf_watermark | ||
report_xls | ||
report_xlsx | ||
setup | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
requirements.txt |
README.md
OCA alternative reporting engines and reporting utilities for Odoo
This repository hosts alternative reporting engines to the ones included on Odoo core (RML, QWeb and Webkit). It is complemented with the ones that host the reports theirself:
https://github.com/OCA/account-financial-reporting https://github.com/OCA/purchase-reporting https://github.com/OCA/sale-reporting ...
The convention is to use a suffix to each module to indicate that it's for using with that report engine (for example, account_invoice_report_birt or sale_order_report_pentaho).
It can contain also another utilities directly involved with reports (like merge/split utils, checkers, signing tools and so on).
Available addons
addon | version | summary |
---|---|---|
bi_view_editor | 9.0.1.0.0 | Graphical BI views builder for Odoo |
report_custom_filename | 9.0.1.0.0 | Configure the filename to use when downloading a report |
report_qweb_element_page_visibility | 9.0.1.0.0 | Report Qweb Element Page Visibility |
report_qweb_pdf_watermark | 9.0.1.0.0 | Add watermarks to your QWEB PDF reports |
report_xlsx | 9.0.1.0.1 | Base module to create xlsx report |
Unported addons
addon | version | summary |
---|---|---|
base_report_assembler | 1.0 (unported) | Base Report Assembler |
report_xls | 8.0.0.6.1 (unported) | Excel report engine |
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.