Monday, February 24, 2020
6 changes
Enhancements to existing features
Updates made while editing a new record now apply consistently to related parent records in inherited data models. This reduces unexpected behavior during form changes and helps keep linked business data in sync before saving.
Original PR description
This makes the behavior of `onchange()` consistent in the case of inherited models (with `_inherits`).
New employee records now start with the gender field left blank instead of automatically selecting male. This avoids incorrect assumptions in HR data entry and helps ensure employee information is completed intentionally.
Original PR description
Pad:https://pad.odoo.com/p/r.a01ab56e8346d56713e51055c151f84d Task:https://www.odoo.com/web#id=2165484&action=333&active_id=1251&model=project.task&view_type=form&menu_id=4720
Saving a new time off request from the dashboard pop-up now closes the dialog immediately. This removes an extra click for employees and makes the request process smoother.
Original PR description
Purpose When you create a new "time off" request from the pop-up window, no need to click twice to close the dialog. Specifications close the dialog when the first time that we click on save button. Task-id: 2183096 PR: #45137
The help tooltip explaining automatic email deletion has been clarified across email-related screens. This makes it easier for users to understand what the setting does before enabling or disabling it.
Original PR description
PURPOSE The message for help tooltip of auto_delete field is not sufficiently clear for user to understand. SPECIFICATIONS Improving message for help tooltip by adding some extra details in it so user can easily understand about it for models mail.mail, mail.template and wizard mail_compose_message. LINKS PR https://github.com/odoo/odoo/pull/45063 Task-2055702 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
Access rights screens now let users group record rules by the related business object, matching the grouping already available for model access rights. This makes it easier for administrators to review and organize security rules when managing permissions.
Original PR description
Before this commit, There was no option to Group Record rules by Object. 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
Timesheet descriptions are now easier to enter, with a larger text area and helpful placeholder text in the timesheet form. Helpdesk ticket timesheets no longer require a description, reducing friction when logging time on support work.
Original PR description
Before commit: The description field did was displayed as input box with label in timesheet form view. After commit, description field will be displayed as text box with placeholder Before, description field is required in list view of timesheet in helpdesk ticket. After Commit, description field not required for ticket time sheet. Taskid : 2176065