Daily updates from Odoo
Wednesday, September 11, 2019
1 change · master
Code cleanup and technical improvements
The Mexico chart of accounts and trial balance reports were reworked to better support account group hierarchies and produce SAT-compliant uppercase filenames. The update also improves reliability when the Mexican electronic invoicing module is not installed and refreshes Spanish translations.
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