Thursday, May 14, 2020
2 changes · master
Enhancements to existing features
This update removes redundant configuration from CRM, Events, and related website partner assignment areas. It keeps the same behavior for copied records while simplifying maintenance and reducing unnecessary code.
Original PR description
PURPOSE Editable stored fields are copy by default if their base field allow it (char, integer, ...).Purpose of this Commit is to remove unnecessary copy=True statement added when using stored editable fields. SPECIFICATIONS All unnecessary copy=True statements are removed from the crm, event and its dependent modules as Editable stored fields are copy by default if their base field allow it (char, integer, etc). PR #49464 Task 2225253 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
CRM lead lists now display the currency alongside each expected revenue amount, making revenue figures easier to interpret at a glance. This helps users understand values when reviewing opportunities, though totals may still be misleading if multiple currencies are mixed.
Original PR description
Purpose Display the currency of the Expected Revenue. Known drawback : The sum is not correct if multiple currencies are involved. Specifications On the list view, add the company_currency next to the planned_revenue and set it invisible. Display the currency icon with the monetary widget PR # 49954 task-id: 2238661 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr