Daily updates from Odoo
Tuesday, October 15, 2019
1 change
Code cleanup and technical improvements
The mail message code has been reorganized to make it easier for developers to understand and maintain. This is an internal cleanup only, with no expected change to how users experience the mail features.
Original PR description
Purpose of this commit is to reorganize mail.message file in order to better understand its content. It is done according to guidelines * computed fields; * CRUD and search / check access overrides; * actions (discuss, moderation, fetch / failure); * tools;