Saturday, April 18, 2026
1 change · saas-18.4
Features or functions removed from Odoo
The Accounting app no longer shows a tooltip that incorrectly implied taxes were restricted by product type. This avoids confusion for users configuring taxes and keeps the interface aligned with how the field actually works.
Original PR description
The current tooltip suggests that the `tax_scope` field restricts the use of taxes based on the product type. However, this is misleading, as the field does not enforce any restriction at the product level. To avoid confusion, remove the tooltip entirely. Backport of: https://github.com/odoo/odoo/pull/256573 opw-6118051 Forward-Port-Of: odoo/odoo#259550