Monday, August 18, 2025
1 change · saas-18.3
Enhancements to existing features
The Belgian Annual Accounts export from the General Ledger now produces an XML file instead of a fixed-format TXT file. This better matches official formatting expectations and supports richer information such as account balances, multilingual descriptions, and metadata for downstream processing.
Original PR description
The previous Annual Accounts export in the General Ledger generated a TXT file with a fixed column order, which did not meet the structural or formatting requirements for downstream usage. This commit replaces the TXT export with an XML export conforming to the official format, including fields such as account code, debit, credit, multilingual descriptions, and metadata. task-5005345 Forward-Port-Of: odoo/enterprise#92326 Forward-Port-Of: odoo/enterprise#92071