Wednesday, December 6, 2023
2 changes · 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
Resolved issues and error corrections
The Six payment terminal module in the Point of Sale system was not working correctly after a recent update, and the payment send button was missing. This fix restores the proper functionality so customers can complete payments using Six payment terminals.
Original PR description
Current behavior: The six_iot module wasn't correctly following the refactor, and the send button was missing. Steps to reproduce: - Setup six_iot - Open the POS, and try to pay with the six payment terminal opw-3586360 Forward-Port-Of: odoo/enterprise#51938 Forward-Port-Of: odoo/enterprise#51408