Daily updates from Odoo
Wednesday, August 7, 2019
1 change
Code cleanup and technical improvements
Mexican chart of accounts and trial balance reports now better support account group hierarchies and generate SAT-compliant uppercase filenames. The update also improves flexibility for configuring report lines and prevents errors when the Mexican electronic invoicing module is not installed.
Original PR description
- Get hierarchy recursively with account groups. - Remove afr lines. - Get filename in uppercase (SAT requirement). - Now it's possible to add new report lines with account groups configuration. - Avoid error when l10n_mx_edi is not installed. - The group data is created in l10n_mx but a manual creation is also possible. [IMP] l10n_mx_reports: update es.po Related to https://github.com/odoo/odoo/pull/35510