Sunday, November 26, 2023
1 change · 17.0
Resolved issues and error corrections
A recent system update changed how Australian tax identification numbers are referenced in reports, causing the system to crash when generating tax reports. This fix updates the Australian tax reporting module to correctly use the new field name (ABN instead of VAT), ensuring tax reports generate without errors.
Original PR description
with the changes to the query builder query now changes the name of `vat` in l10n_au to `abn` which causes the current state in a keyError TB. PR where the change was introduced: https://github.com/odoo/enterprise/commit/86b2ecae3a92d24d0af2322dd9599e975c232047 opw-3574999 Forward-Port-Of: odoo/enterprise#50790