Tuesday, March 31, 2026
1 change · saas-18.2
Features or functions removed from Odoo
The import validation rules were updated to remove references to two tag types that are no longer supported. This keeps the system's internal checks aligned with current behavior and avoids confusion for maintainers.
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