reporting-engine
reporting-engine copied to clipboard
Odoo Alternative Reporting Engine
This module allows administrators to define the decimal precision of float fields for QWeb report presentation. Functionality wise, this basically replaces https://github.com/OCA/reporting-engine/tree/16.0/report_qweb_decimal_place. ~Tests need to be added.~ Configuration:  Result:...
**Steps**: 1. Search comment templates using the domain [("model_ids.model", "=", "your_model")] **Actual behavior**: Nothing is found **Expected behavior**: Comments for model **your_model** are found
This is a technical module that allows to force a paperformat directly from the report QWeb template definition. This is useful in situations where the report content is dynamically chosen,...
Migration to v16.0 Depends on https://github.com/OCA/reporting-engine/pull/657
Currently when duplicating a report, you can specify a different watermark for this duplicated report, but it will still use the watermark from the original report. This commit adds a...
@thomaspaulb @gfcapalbo maybe we can review this one?
Explicit `sudo(False)` is not needed anymore, as Odoo core also removed it from the other QWeb reports (see https://github.com/odoo/odoo/commit/ffc525419a71aeb05ede6b59dda9e62286a5e66e) This change was made for 14.0 in https://github.com/OCA/reporting-engine/pull/587 (see related issue...
* allow to generate form view, so It is possible to see data detail, when clicking on an item in a tree view. * use group_operator to display sum /...
## Module report_qweb_pdf_watermark ## Describe the bug When uploading a watermark in a duplicated report, the printed report prints the watermark on the original report. ## To Reproduce Only tested...