Daily updates from Odoo
Wednesday, July 31, 2024
2 changes · 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
This fixes an internal guided tour used in the Documents Accounting area after a related setting name changed. It helps keep automated checks and user guidance reliable, reducing the chance of broken onboarding or validation issues.
Original PR description
From https://github.com/odoo/odoo/pull/174548, tooltip has been renamed in tooltipPosition. This conversion for this tour has been missed. In https://github.com/odoo/odoo/pull/171756, the step schema is validated when a tour is added to the registry. This is why this bug was detected. task~3974087