Daily updates from Odoo
Tuesday, July 12, 2016
1 change · master
Enhancements to existing features
Updates to related record fields now create clearer chatter messages when records are added or removed. This helps users understand what changed by showing the related record name directly in the activity history.
Original PR description
Description of the issue/feature this PR addresses: - tracking x2many fields Task:https://www.odoo.com/web#id=26680&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad:https://pad.odoo.com/p/r.c039d7a43f1a10fe03b90a76c6bac129 Current behavior before PR: - For x2many fields, we are adding or removing on these fields, we doesn't get any message in chatter. Desired behavior after PR is merged: - For x2many fields, when we update (adding/removing) on these fields , we will get a new message in the chatter with the name from the record. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr