Daily updates from Odoo
Wednesday, February 14, 2018
5 changes · master
Enhancements to existing features
This update adds broader checks to ensure employee leave times are handled correctly across different time zones. It helps prevent misunderstandings when employees and managers view time off from different locations, while keeping internal calculations consistent.
Original PR description
Purpose ======= We need to check if resource module takes into account the timezone of the employee taking a leave and the timezone of the user asking to see when this employee has taken some leave. Basically everything should be done in UTC internally and then converted back to the user's timezone. 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 accounting reports search filter now uses a clearer name for its default date option. This small wording improvement helps users better understand report filters and reduces confusion when reviewing financial reports.
Original PR description
Issue : https://www.odoo.com/web?#id=805140&view_type=form&model=project.issue&action=609&menu_id=4720
Resolved issues and error corrections
This update renames a duplicate date filter in the Accounting search view to avoid confusion with an existing date field. It helps prevent users from accidentally applying the wrong date input, which could trigger an error.
Original PR description
… date field in searchview also, so its confusing where the date should be set (on field or on filter) so it considers on field here in this case and try to set value 1 on date field, which is not possible and it gives traceback.) Issue : https://www.odoo.com/web?#id=805140&view_type=form&model=project.issue&action=609&menu_id=4720 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
Opening a signature request from the list view now leads to the same detailed screen as opening it from the kanban view. This makes navigation more predictable and helps users avoid confusion when managing website signature requests.
Original PR description
task: https://www.odoo.com/web?#id=34897&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 pad: https://pad.odoo.com/p/r.7a5e85304e2ce25cccee80ddb5b3a703
Code cleanup and technical improvements
This update standardizes several notification email templates so customers and employees receive more consistent messages. It also carries over previous company-related fixes into a shared template, reducing the chance of inconsistent or incorrect email content.
Original PR description
Linked to https://github.com/odoo/odoo/pull/22205