the visibility attribute with the hidden option hides the element but don't free the space. A common use case is to have a specific header for the first page and another for the other pages. With visibility: hidden the second header cannot take the first one place and will keep a huge margin. One solution is to use the display:none instead. |
||
---|---|---|
base_comment_template | ||
bi_sql_editor | ||
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_wkhtmltopdf_param | ||
report_xlsx | ||
report_xlsx_helper | ||
report_xml | ||
setup | ||
.editorconfig | ||
.eslintrc.yml | ||
.flake8 | ||
.gitignore | ||
.isort.cfg | ||
.pre-commit-config.yaml | ||
.prettierrc.yml | ||
.pylintrc | ||
.pylintrc-mandatory | ||
.travis.yml | ||
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). 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).
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.