reporting-engine
reporting-engine copied to clipboard
Odoo Alternative Reporting Engine
## 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,...
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",...
Limit version number to prevent pip install issue to prevent 
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)...
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...