Daily updates from Odoo
Friday, March 29, 2019
1 change · master
Resolved issues and error corrections
This fix prevents module updates from overwriting message visibility settings that control whether external users can see certain messages. It helps preserve administrator or system-defined privacy behavior across updates in several Odoo apps.
Original PR description
The mail.message.subtype model contains a field internal, which decides if the messages are visible to external users or not. Such a value should not be overriden at module update, so all subtypes should be in noupdate. opw 1946043 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr