Friday, March 31, 2023
1 change
New functionality added to Odoo
Belgian accounting users can now export general ledger account totals for a selected period in a tab-delimited file. This makes it easier to prepare annual accounts by providing account code, account name, debit, and credit values in the required format.
Original PR description
This new feature adds an export in the Belgian general ledger that allows to export the data for the selected period in a tab-delimited csv file.
It will only export the accounts information and not the information about the move affecting the account, by displaying one row per account with the following information:
- account code
- account name
- debit (with comma as decimal separator)
- credit (with comma as decimal separator)
Task id # 3241496