Tuesday, June 23, 2026
3 changes · master
Enhancements to existing features
This update enhances the management of timesheet rules by introducing an archiving feature. Instead of deleting inactive rules, they can now be archived, maintaining a historical record and simplifying the timesheet configuration. This improves organization and reduces the need for frequent deletions.
Original PR description
This PR adds the "active" field to the "aw.rule" model, which allows to archive rules instead of having to delete them. no-task
This update adds JavaScript tests to ensure the Gantt chart's side panel functions correctly, specifically when sample mode is active and when scheduling tasks. These tests verify that the side panel is hidden as expected and that the correct information is transmitted to the server.
Original PR description
In this PR, we add some tests related to changes made in this PR: https://github.com/odoo/enterprise/pull/112009 about the side panel in gantt. We test that the side panel is hidden once sample mode is enabled, and that the context of the (un)schedule action is correctly passed to the server. task-5956860
This update ensures the Enterprise version of Odoo's account reporting system is compatible with the latest OWL 3 standard. This is a crucial improvement for data accuracy and future-proofing our accounting capabilities within the Enterprise module.
Original PR description
Enterprise counter-part. https://github.com/odoo/odoo/pull/269817