Tuesday, December 26, 2023
2 changes · master
Code cleanup and technical improvements
The mail app's chatter-related files were reorganized into a dedicated area. This internal cleanup prepares Odoo to reuse backend chatter features in the portal, without changing current business workflows.
Original PR description
This commit moves the files related to chatter from `@mail/core/web` to `@mail/chatter`. It's needed as a preparation for using the backend chatter in portal. Part of task #2828744 [Related enterprise PR](https://github.com/odoo/enterprise/pull/53284)
The organization of chatter-related files was updated so they sit in a dedicated area. This prepares Odoo to reuse backend chatter features in the portal while keeping current business behavior unchanged.
Original PR description
This commit moves the files related to chatter from `@mail/core/web` to `@mail/chatter`. It's needed as a preparation for using the backend chatter in portal. Part of task #2828744 [Related Odoo PR](https://github.com/odoo/odoo/pull/147245)