Daily updates from Odoo
Wednesday, July 6, 2022
2 changes
Enhancements to existing features
CRM dashboard and pipeline reports now hide unnecessary measures and present the remaining options in a clearer order. Recurring revenue measures only appear when that feature is enabled, making reports easier to use and less cluttered.
Original PR description
PURPOSE To remove the unnecessary measures from reports. Expected MRR, Prorated MRR, and Recurring Revenues measures will show if the Recurring Revenue is activated(User activates the Recurring Revenue). SPECIFICATIONS With this commit, we removed the unnecessary measures from Dashboard and Pipeline reports. So, users can get the quickly data. We are adding the group for Expected MRR, Prorated MRR, and Recurring Revenues measures. These measures will show if Recurring Revenue is activated. This is the goal of this commit. PR https://github.com/odoo/enterprise/pull/21981 community PR https://github.com/odoo/odoo/pull/79167 Task-2674367 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enterprise interface buttons now use the standard Bootstrap rounded corners instead of a custom override. The primary brand color was also adjusted, giving the interface a refreshed and more consistent look.
Original PR description
This commit remove the override on the border radius. The button now have the default border radius from bootstrap. The commit also change the primary color in enterprise. For training purposes. task-2903630