Daily updates from Odoo
Monday, November 25, 2024
1 change · master
Code cleanup and technical improvements
The General Ledger and Trial Balance reports have been reworked to use a dedicated reporting engine. This should make them easier to customize for more complex business reporting needs and improve performance when expanding all report details.
Original PR description
- GL and TB now use a custom engine, rather than a dynamic lines generator. This enables the reports to be extended using non-standard groupbys. - Great unfold-all performance using a custom_unfold_all_batch_data_ generator. taskid: 3748928