Signed-off-by sbidoul |
||
---|---|---|
.github/workflows | ||
base_comment_template | ||
bi_sql_editor | ||
kpi | ||
kpi_dashboard | ||
report_batch | ||
report_context | ||
report_csv | ||
report_layout_config | ||
report_py3o | ||
report_py3o_fusion_server | ||
report_qr | ||
report_qweb_element_page_visibility | ||
report_qweb_parameter | ||
report_qweb_pdf_fixed_column | ||
report_qweb_pdf_watermark | ||
report_qweb_signer | ||
report_wkhtmltopdf_param | ||
report_xlsx | ||
report_xlsx_helper | ||
report_xml | ||
setup | ||
.copier-answers.yml | ||
.editorconfig | ||
.eslintrc.yml | ||
.flake8 | ||
.gitignore | ||
.isort.cfg | ||
.pre-commit-config.yaml | ||
.prettierrc.yml | ||
.pylintrc | ||
.pylintrc-mandatory | ||
.travis.yml | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
oca_dependencies.txt | ||
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).
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).
This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
Licenses
This repository is licensed under AGPL-3.0.
However, each module can have a totally different license, as long as they adhere to 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.