Monday, March 30, 2026
1 change · saas-18.4
Features or functions removed from Odoo
This update removes two obsolete import definitions that were already removed elsewhere. It keeps Odoo's internal validation rules consistent and helps avoid confusion for future maintenance, with no expected impact on everyday users.
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