Monday, October 20, 2025
1 change · master
New functionality added to Odoo
This update adds the ability to import Norwegian SAF-T XML accounting data, helping businesses move audit and accounting information into Odoo more easily. It also improves the existing SAF-T import process by handling Norwegian account code differences and avoiding conflicts when journal codes already exist.
Original PR description
[ADD] l10n_no_saft_import: Allow the import of saft data This commit adds a new module to allow the import of the saft xml data for norway. Plus adding a test for the import. [IMP] account_saft_import: adding hook for account code + fix bug This commit adds a hook method for the account code since in l10n_no_saft, the accountCodes is replaced in the saft_report.xml Correcting a bug when importing the saft and that the code of the journal is already existing. task-5144005