Daily updates from Odoo
Tuesday, March 31, 2026
6 changes
5 changes
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 clarifies the naming of roles within Odoo's planning slots. The 'Roles' field has been renamed to 'Resource Roles' for better clarity and consistency. This change improves the organization and understanding of user permissions within the planning module.
Original PR description
rename `Roles` field into `Resource Roles` in planning.slot --- task-4329025
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: 5989542This update enhances the IoT module by adding type hinting to the Python code. This improves code readability and maintainability, which will help our development team identify and resolve potential issues more efficiently. Additionally, outdated header files have been removed to streamline the codebase.
Original PR description
This commit adds some basic type hinting to the Python code in the IoT module. It also removes outdated 'coding utf-8' headers in the Python files.
1 change
Enhancements to existing features
This update allows salespersons to personalize the messages they send through the Odoo portal. Previously, new leads were automatically excluded from receiving these messages due to a system restriction. This change improves communication and engagement between sales teams and potential customers.
Original PR description
Because PRG whitelists email addresses able to send emails to their salespersons and new leads are typically not whitelisted.