Wednesday, December 6, 2023
1 change · 17.0
New functionality added to Odoo
This update adds the ability for users to import their financial data using the SAF-T (Standard Audit File for Tax) format. The system can now import taxes, partners, accounts, journals, and accounting moves, with specialized support for Denmark, Lithuania, and Romania. The import process intelligently handles duplicates by matching partners on name and VAT number, accounts by code, and taxes by name and amount, while automatically creating opening balances when requested.
Original PR description
Allow a user to import his data with SAF-T. We allow import of taxes/partners/accounts/journals/moves. Added specifities for DK, LT and RO in specific modules We consider: - a partner to be unique per name + VAT number. - an account to be unique with his code. - a tax to per name + amount_type + amount The journal and moves are always created the first time, and then, we use the ID defined in the SAF-T to avoid recreating them (especially important for journals). We create opening balances for accounts if the user checked the option. task-3593719