Daily updates from Odoo
Friday, September 13, 2024
1 change
Code cleanup and technical improvements
The file drop area component was moved out of the messaging area so it can be reused by other parts of Odoo, such as imports. Enterprise tests were updated to follow the new shared naming, with no expected change in user behavior.
Original PR description
In the related community PR, we moved the `Dropzone` component from the `mail` module to the `web` module to ensure that the component can be used in the `base_import` module. This commit will simply remove the `mail` prefix from the classes defined in the `Dropzone` component. COM PR: https://github.com/odoo/odoo/pull/172623 task-3956293