Daily updates from Odoo
Tuesday, March 31, 2026
3 changes · master
Enhancements to existing features
This update enhances the user experience when managing employee types within Odoo Enterprise. Changes were made to the search and modification functionalities, streamlining the process for HR teams to accurately define and update employee type settings. This improves overall efficiency and data accuracy.
Original PR description
In order to improve the user experience in viewing and modifying the employee types, certain changes had to be introduced to the search domain and functionalities. Task: 6071046
This update enhances the Manufacturing Order Kanban view by adding a progress bar that accurately reflects the remaining time for each order. The changes address a technical limitation regarding data storage and improve the visual representation of order progress within the Kanban interface. This provides a clearer understanding of order status for users.
Original PR description
Enhace Manufacturing Order Kanban view (progress bar) - override group aggregate on remaining_time as it is not stored - format according to remaining time in Kanban's card - disable animations task: 5882943
This update brings a more consistent experience for requesting and managing signatures within Odoo. By consolidating signature logic into the Activity model, users can now easily request, resend, or sign documents directly from the activity popover, mirroring the standard Chatter interface. This refactoring simplifies the codebase and improves efficiency.
Original PR description
This PR brings feature parity to the signature Activity Popover by aligning its buttons with the standard Chatter, allowing users to request, resend, or sign documents directly from the popover.
To achieve this cleanly, the PR also includes:
Refactoring: Moves shared signature logic (like requestSignature) into the Activity frontend model, eliminating duplicated JS code across UI components.
Task: 5989542