Tuesday, March 31, 2026
2 changes · master
Features or functions removed from Odoo
This update cleans up an internal import validation file by removing references to two elements that had already been discontinued. It helps keep the system's configuration rules consistent and avoids confusion for future maintenance.
Original PR description
`<report>` and `<act_window>` tags has been removed in https://github.com/odoo/odoo/pull/98138, but not in the import_xml.rng file. This commit removes the two tags from the file. Forward-Port-Of: odoo/odoo#220116
The accounting tax setup screen no longer shows a misleading tooltip for the tax scope field. This avoids confusion for users until clearer guidance is available.
Original PR description
Remove the misleading tooltip entirely. No need to have more details on that field right now. Task [link](https://www.odoo.com/odoo/project.task/5946889) task-5946889 Forward-Port-Of: odoo/odoo#256573