Tuesday, March 21, 2023
1 change · master
Features or functions removed from Odoo
The accounting app no longer includes the redundant tax audit field, which was previously used to show how journal items affected tax report lines. Tax report calculations now use a simpler approach, reducing unnecessary complexity without changing expected reporting outcomes.
Original PR description
the tax_audit field was introduced in v13 and it served the purpose of providing users with improved visibility regarding the impact of move lines on report lines. The computation of the sign for each move line when resolving tax grid amounts has now been simplified using the formula (tax_tag_invert * sign of the tag * balance). Consequently, the tax_audit field has become redundant and is no longer required. Task-id: 3196711 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr