reporting-engine icon indicating copy to clipboard operation
reporting-engine copied to clipboard

Odoo Alternative Reporting Engine

Results 132 reporting-engine issues
Sort by recently updated
recently updated
newest added

## Module kpi_dashboard ## Describe the bug in a kpi add an ir.action.act_windod that will display tree view of a model records make the shown value in the kpi tile,...

bug

The change replaces self._for_xml_id(action_report.xml_id) with action_report.read()[0] to avoid errors when reports do not have an xml_id, such as when they are created via the interface.

## Module report_py3o ## Describe the bug When I try to print a pdf from Libro Giornale I obtain File "/opt/odoo/community_addons/bundles/reporting-engine/report_py3o/controllers/main.py", line 69, in report_download requestcontent = json.loads(data) File "/usr/lib/python3.7/json/__init__.py",...

bug

Limit version number to prevent pip install issue to prevent ![image](https://github.com/user-attachments/assets/f7f0caa4-e45d-4e0a-ade9-85fa74606340)

error installing the module in odoo 14 version ## Module report_qweb_element_page_visibility ## Describe the bug Odoo Server Error Traceback (most recent call last): File "C:\ProgramasInstalados\Odoo14\server\odoo\tools\convert.py", line 677, in _tag_root f(rec)...

bug
stale

Extending a model with this mixin allows to set a py3o template at model and record level. Using a common report it is possible to print a custom py3o template...

approved