Wednesday, November 29, 2023
2 changes · master
Features or functions removed from Odoo
This change removes an outdated mail utility file and moves the remaining email parsing logic into the newer shared formatting area. It reduces duplicate maintenance work and keeps the mail module easier to support without changing expected user behavior.
Original PR description
This commit moves parseEmail() to `@mail/utils/common/format.js` and deletes deprecated file `@mail/js/utils.js`. The other functions are already implemented by newer utils file `@mail/utils/common/format.js` Related to #144136 Enterprise PR: [#51751](https://github.com/odoo/enterprise/pull/51751)
This change removes an old mail utility file after moving its remaining email parsing function to the newer shared location. It helps keep the codebase cleaner and reduces reliance on deprecated components, with no expected direct impact for end users.
Original PR description
This commit moves parseEmail() to `@mail/utils/common/format.js` and deletes deprecated file `@mail/js/utils.js`. The other functions are already implemented by newer utils file `@mail/utils/common/format.js` Odoo PR: [#144155](https://github.com/odoo/odoo/pull/144155)