Daily updates from Odoo
Wednesday, January 17, 2018
1 change
Enhancements to existing features
When users create a new record, the chatter area now shows a temporary creation message instead of appearing blank. This gives clearer feedback during record creation while preventing any chatter actions until the record is saved.
Original PR description
Before this commit, when we create a new object (e.g. task, product, ...), the part of the form for the chatter was blank. After this commit, it displays the chatter with a single temporary message 'Creation a new record...' This message is only visible by the user that is creating the task, and goes away when saving the newly created task. Any interaction with the chatter (buttons and widgets at the top of the chatter, including the message itself) are disabled, so that no interaction from the user is possible. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr