reporting-engine
reporting-engine copied to clipboard
Odoo Alternative Reporting Engine
Looks like https://github.com/odoo/odoo/pull/120457 broke `export_sql()` in sql_export/wizard/wizard_file.py, so some adjustments were necessary to correctly get and set the property definitions
This module fills in the document indexes (e.g. a Table of Content) in a generated py3o document. This is to work around the missing feature first reported in 2012: https://bugs.documentfoundation.org/show_bug.cgi?id=44448...
Very small addition, which can become quite usefull when there are hundreds of queries and some may not be used anymore. In case of migration for instance, it may allow...
depends on https://github.com/OCA/reporting-engine/pull/843
depends on https://github.com/OCA/reporting-engine/pull/843
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0 # Modules to migrate - [x] base_comment_template - By @alan196 - #876 - [x] bi_sql_editor - By @nguyenminhchien - #832 - [ ] bi_view_editor - [x] bi_view_editor_spreadsheet_dashboard...
So, if there is a multi-company, the report will show from all companies. I don't know any way to filter this except to manage the filters from developer mode. I...