Thursday, October 26, 2023
1 change
New functionality added to Odoo
Odoo now supports exporting Austria-specific SAF-T audit files that tax authorities may request before a VAT audit. Austrian financial reports were also translated to English and made easier to review by showing key top-level sections by default.
Original PR description
New module for SAF-T export ---------------- The Austrian Bundesministerium für Finanzen tax office may request a SAF-T (standard audit file for tax) report on a on-demand basis. This is generally ahead of a VAT audit. Currently the SAF-T export for Austria is not implemented. This PR adds a new module to export the SAF-T for Austria. The following information is currently exported: 1. The data that is available through the account_saft module. 2. The mapping of the exported accounts to the chart of accounts given in the Austrian SAF-T specification. Translate reports ---------------- Translate the report items to English. Task info --------- This PR is based on https://github.com/odoo/enterprise/pull/42385 Community PR: https://github.com/odoo/odoo/pull/135485 Enterprise PR: https://github.com/odoo/enterprise/pull/47405 Documentation PR: https://github.com/odoo/documentation/pull/5859 task-3354661