Daily updates from Odoo
Tuesday, March 20, 2018
3 changes
Code cleanup and technical improvements
This update converts stock landed cost validation checks from older YAML-based tests to Python test cases. It helps maintain the reliability of landed cost calculations while making future maintenance easier, with no expected change for everyday users.
Original PR description
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 Task : https://www.odoo.com/web#id=32741&view_type=form&model=project.task&action=327&menu_id=4720 Pad : https://pad.odoo.com/p/r.5f6d7f01ec6aa74b485abb08eb37b024
The website calendar now loads its timezone helper from the shared asset bundle instead of keeping a separate copy. This reduces duplication and helps keep calendar-related pages consistent and easier to maintain.
Original PR description
Task: https://www.odoo.com/web?#id=32555&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad: https://pad.odoo.com/p/r.58f42807d8cf0bda9d3aadf0cb646af4
Helpdesk ticket assignments now rely on the standard notification sent to the newly assigned person, without adding a separate assignment-specific message subtype. This keeps the ticket discussion history cleaner while still recording the assignment through normal tracking.
Original PR description
Task: https://www.odoo.com/web#id=60790&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720 Related to PR https://github.com/odoo/odoo/pull/23244