Daily updates from Odoo
Friday, December 20, 2019
3 changes
Enhancements to existing features
The CRM lost opportunity flow no longer opens an extra create/edit window when users add a new lost reason. This makes the process quicker and avoids an unnecessary interruption during opportunity management.
Original PR description
Remove the create_edit option when creating a new lost reason to avoid displaying an unnecessary wizard. 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
The timesheet timer file was renamed to avoid issues on macOS systems that do not distinguish between uppercase and lowercase filenames. This helps prevent setup or loading problems for users and developers working with the timesheet feature on affected machines.
Original PR description
- Before this commit file name is Timer.js which create issue in macOS due to non case-sensitive harddisk partition. So file renamed to timer_mixin.js
The quiz reward attempt fields are now grouped together when exporting data and when creating custom filters. This makes reward-related settings easier for users to locate and manage consistently.