Wednesday, August 26, 2026
4 changes · saas-19.4
Enhancements to existing features
The Indian localization stock demo data now includes a warehouse for the Indian demo company. This removes extra setup work during demonstrations, testing, and purchase or delivery workflows involving e-way bills.
Original PR description
Following the task-4034713, we used to create warehouse for all company but after this task we only create warehouse for the main company while testing for Indian Demo company considering the ewaybills it's annoying to create a new warehouse for Devs and POs and even for Demos After this commit, we will create demo warehouse for the Indian demo company Task [link](https://www.odoo.com/odoo/project.task/4034713) task-4034713 Forward-Port-Of: odoo/odoo#283797
The timesheet assistant now shows the actual record name when ActivityWatch cannot directly match an Odoo page but can identify a record from the URL. This makes generated work descriptions clearer and more useful, such as showing the department or record being worked on instead of only the general app name.
Original PR description
Before this commit, when the ActivityWatch integration encountered unmatched Odoo URLs, it would fallback to displaying the general application name (e.g., "Working on Sales"). With this commit, if the URL path ends with a valid record ID (e.g., /odoo/departments/1) and the corresponding model can be identified, the assistant will attempt to fetch and display the actual record name (e.g., "Working on Research & Development"). task: 6365568 Forward-Port-Of: odoo/enterprise#127547 Forward-Port-Of: odoo/enterprise#124138
The appointment booking view now groups entries by guest automatically, making it easier for staff to review reservations by customer. This improves day-to-day booking management by reducing manual filtering and helping teams quickly spot each guest's appointments.
Original PR description
Add default Group By Guest Task-id: 6253719 Forward-Port-Of: odoo/enterprise#118681
French DAS2 and fiscal declaration return forms now display the expected color indicators for their statuses. This makes it easier for users to quickly understand the state of these returns at a glance.
Original PR description
During the development of the das2 report and fiscal declaration, we didn't change the _compute_visible_states to accept the return of those reports. By doing so, we now have colors on the returns. task-6297355 Forward-Port-Of: odoo/enterprise#120417