Thursday, April 18, 2024
2 changes
Features or functions removed from Odoo
The signing app now uses the standard browser redirect behavior instead of an older helper. This is a minor cleanup that keeps the module aligned with modern browser standards while maintaining the same user experience.
Original PR description
This helper is now obsolete as most modern mainstream browsers now implement RFC 7231 [1], which dictates that browsers preserve the original fragment of the URL through redirects. Its use has been replaced by `werkzeug.utils.redirect` since browsers now automatically block/sandbox `data:` and `javascript:` schemes. Complement of https://github.com/odoo/odoo/pull/30805 [1] https://tools.ietf.org/html/rfc7231
Unused image assets were removed from the Mexican EDI landing pages and Timesheet Grid app store branding. This reduces repository clutter and slightly simplifies maintenance without affecting everyday product functionality.
Original PR description
COM PR: https://github.com/odoo/odoo/pull/61299