Daily updates from Odoo
Wednesday, November 29, 2023
1 change · master
Features or functions removed from Odoo
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)