Thursday, January 31, 2019
6 changes · master
Enhancements to existing features
When records are deleted, their related translations are now removed at the same time. This prevents outdated translation data from accumulating and helps keep the system cleaner and more consistent.
Original PR description
Same logic as for the mail.message or ir.attachment, when a record is deleted, drop the ir.translations linked to it as well. Fixes odoo/odoo#25105
This update adds clearer identifiers to existing creation controls in Sales and Accounting screens. It does not change day-to-day functionality, but makes future customizations easier, safer, and less costly to maintain.
Original PR description
Description of the issue/feature this PR addresses: Easier `xpath` expressions on existing `create` elements Followup of https://github.com/odoo/odoo/pull/30534 Fixes https://github.com/odoo/odoo/pull/30534 Current behavior before PR: There is not a very clean/easy way to `xpath` into one `create` element within a `control` without doing dirty index expressions. Desired behavior after PR is merged: Clean and short `xpath` expressions on these elements -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The CRM Reveal information card shown in the chatter has been visually improved to make it cleaner and easier to read. This helps users review CRM reveal details more comfortably within their normal workflow.
Original PR description
Task : https://www.odoo.com/web#id=1903882&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.6efbd202a2e66adad9b70aa57f1813cb Current behavior before PR: https://www.awesomescreenshot.com/image/3687838/44404126b878c1b20a4fc3e6cd5efbb7 Desired behavior after PR is merged: https://www.awesomescreenshot.com/image/3782007/b5ca1b915ac494e006766f0e27546bf5 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update corrects demo data in the base module so sample user records are more accurate. It helps keep demonstration and testing environments consistent with expected Odoo behavior.
Original PR description
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
Contact records now keep a history when the assigned salesperson changes. This helps teams review ownership changes over time and improves accountability in customer relationship management.
Original PR description
This commit is related to task ID : 1911137 task : https://www.odoo.com/web#id=1911137&action=327&model=project.task&view_type=form&menu_id=4720 Pad : https://pad.odoo.com/p/r.2e64498244c84f254eb4fd6b000dfe54 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Documents app now labels sharing buttons and names the related popup more clearly. This helps users distinguish between the available sharing options and reduces the chance of choosing the wrong one.
Original PR description
This commit adds button titles and a popup name to make it more easy to distinguish between the two different ways of sharing documents.