Daily updates from Odoo
Friday, February 26, 2021
1 change
Code cleanup and technical improvements
Several enterprise modules were updated to use a newer internal extension method after the old one was removed. This keeps messaging, reporting, document, mobile, and enterprise web screens aligned with the platform and reduces future maintenance risk.
Original PR description
* mail_enterprise, web_cohort, web_enterprise, web_mobile This commit replaces the uses of `patchMixin` by `utils.patch` as `patchMixin` is removed. Community PR: https://github.com/odoo/odoo/pull/65967