mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
e610057c6b4ea26e5da2c0031b3dc4ca83c895f5
To determine the method to use to render a recport according to its type, the generic method 'render' defined into ir.action.report check if a method name is defined on the model. https://github.com/odoo/odoo/blob/12.0/odoo/addons/base/models/ir_actions_report.py#L734 Therefore, we must provide this method to be compliant with what's expected by Odoo. This change will also allows the usage of py3o template with mail_template once https://github.com/odoo/odoo/pull/30013 will be merged
reporting-engine
TODO: add repo description.
Available addons
| addon | version | maintainers | summary |
|---|---|---|---|
| base_comment_template | 16.0.2.0.0 | Add conditional mako template to any reporton models that inherits comment.template. | |
| report_xlsx | 16.0.1.0.0 | Base module to create xlsx report | |
| report_xlsx_helper | 16.0.1.0.0 | Report xlsx helpers | |
| report_xml | 16.0.1.0.0 | Allow to generate XML reports | |
| sql_export | 16.0.1.0.0 | ![]() |
Export data in csv file with SQL requests |
| sql_request_abstract | 16.0.1.0.0 | ![]() |
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.
Description
Languages
Python
35.1%
HTML
31.9%
JavaScript
30.5%
Java
1.1%
CSS
1.1%
Other
0.3%

