Friday, April 15, 2022
4 changes
Enhancements to existing features
This update adds automated test coverage to ensure sales orders correctly create project tasks for field service products with worksheet templates. It helps reduce the risk of sales-to-service workflow issues reaching customers.
Original PR description
The purpose of the task is to add new tests and tour in project This commit will add new test for project-task creation when confirming an SO - Check service based product with fsm project and worksheet template task-2723662
VoIP internal logic was reorganized so activity-related behavior is handled in the underlying models rather than screen components. This makes the feature easier to maintain and reduces the risk of future changes causing problems, without introducing a major visible change for users.
Original PR description
This commit moves some handler methods from components to models, as a step closer to having most of business code in models. Having business code in models is desirable so that the code is much more maintainable: easier to change and more robust code. Task-2579306
This update adjusts internal automated tests for enterprise mail and website helpdesk live chat to better match how chat participants are represented. It helps keep future changes safer by making the test environment more accurate, with no direct impact on day-to-day users.
Original PR description
…ck server Task-2810539 Community: https://github.com/odoo/odoo/pull/87587
Mass mailing templates can now automatically show current or future dates, such as updating the copyright year in email footers. This reduces manual template maintenance and helps keep outgoing communications accurate over time.
Original PR description
Purpose ======= Dynamically change dates in templates (such as copyright year at the footer) to current year/a date in the future. Task-2792084