Wednesday, July 31, 2024
1 change · master
Resolved issues and error corrections
A recent merge introduced a conflict that prevented the tax report from opening. This fix removes the outdated logic and calculates the taxable amount directly, restoring access for users who rely on tax reporting.
Original PR description
Two commit have been merged together causing a conflict on a function not present anymore `_prepare_dict_for_taxes_computation`. The fix is to remove that old function and compute the tax applied amount directly conflicting pr's: - https://github.com/odoo/enterprise/commit/29e30f5d941f2c9989833237dd7aade29e00a4c2 - https://github.com/odoo/odoo/commit/cd76aec1f722d32d2bc6c1a13ef73296ce00ecc5 task-4086928