Daily updates from Odoo
Friday, October 12, 2018
4 changes · master
Enhancements to existing features
This update clarifies the description of an option used when actions need multiple selected records, helping users better understand when it applies. It also removes that option from print reports, where the restriction is not needed, reducing confusion in report configuration.
Original PR description
Task: https://www.odoo.com/web#id=1819329&active_id=1819329&view_type=form&model=project.task
Employee availability is now checked using the correct employee timezone, and appointment times are set according to the event timezone. This helps avoid scheduling mistakes when employees and customers operate across different time zones.
Original PR description
- https://www.odoo.com/web?#id=30388&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - https://pad.odoo.com/p/r.9854f7950591bb761c08f5efe1bea0b4 - Requires https://github.com/odoo/odoo/pull/15202
Resolved issues and error corrections
Recurring calendar events now better handle daylight saving time changes, so meetings stay at the intended local time instead of shifting by an hour. This helps users avoid scheduling confusion around seasonal time changes, especially in affected time zones such as Brussels.
Original PR description
The daylight savings time (summer/winter time) is taken into account when creating a recurrent event via calendar which causes problem in time. e.g: Whenever you create an event in Brussels timezone for ex. it goes either 1 hour prior or 1 hour after scheduled event time in case of daylight saving time(in March, October). - task: https://www.odoo.com/web?#id=30388&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 - pad: https://pad.odoo.com/p/r.9854f7950591bb761c08f5efe1bea0b4
Features or functions removed from Odoo
An obsolete settings file in the sales and stock area was removed because it was no longer used and referred to a configuration model that no longer exists. This is a low-risk cleanup that helps keep the codebase tidy without changing customer-facing behavior.
Original PR description
This file is not mentioned in manifest, and it is wrong as the model `stock.config.settings` does not exist anymore in v11. This leads to no issue as this file is not used anywhere, but it should not exist. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr