Thursday, June 11, 2026
6 changes · master
Enhancements to existing features
This update improves the Odoo website generator by adding a necessary attribute ('data-ws-preserve') for correctly parsing Odoo 2.0 to Odoo 2.5. This change ensures accurate website generation and compatibility with older Odoo versions, streamlining the process for users.
Original PR description
This version change reflects the addition of the data-ws-preserve attributes which is required for the odoo2odoo parsing.
This update simplifies the selection of employee types within Odoo's Belgian payroll module. The 'Worker' employee type is now the second option after 'Employee' in the employee type list, making it easier for users to find and select. This change streamlines the payroll setup process for businesses operating in Belgium.
Original PR description
Update sequence order for employee type in Belgium, move worker as the second options after employee in employee type, makes users easier to find it task:6280177
This update simplifies the way salary rules are displayed in the system. By moving key information to the front and offering a visibility toggle, users can now more quickly find and utilize the necessary rules, particularly when managing expense reports or flexpense tasks. This change improves efficiency and reduces the time spent searching for relevant data.
Original PR description
This PR expected to - Change Pay Structure Visibility as visible by default, move before categories - Change Categories visibility as visible by default with hide option The purpose is to make the view easier to read when we need to search to fill a field, for example the rules on the product for the flexpense task task: 6292402
This update changes the URL structure for our spreadsheet integration with mydb.com, making it more stable and predictable. Previously, the spreadsheet ID was a simple name ('sheet1'), but it's now a unique, short identifier (UUID) to avoid potential issues. This ensures consistent access to the spreadsheet data.
Original PR description
…e default sheet id The sheet is now part of the url: mydb.com/spreadsheet/331?sid=sheet1 The current id for the default sheet is sheet1. It would be better if it was an id like others (small uuid). before: mydb.com/spreadsheet/331?sid=sheet1 after: mydb.com/spreadsheet/331?sid=918fd8b1-b6b0 task-6276062
This update clarifies how work accident leaves are processed for non-workers within the Odoo Enterprise system. It ensures accurate splitting of these leaves and provides a clearer view of how they are allocated. This improves the accuracy of payroll calculations and reporting related to employee absences.
Original PR description
Correctly splitting non-workers' work accident leaves and showing how it will be split. task-6274956
This update simplifies the Helpdesk ticket interface by moving the 'Convert to Opportunity/Lead' option to the action menu. Previously, this button was always visible, creating unnecessary clutter and a less intuitive experience. This change improves the overall usability of the Helpdesk module.
Original PR description
Right now, the “Convert to Opportunity” button is always visible on Helpdesk tickets, even when it is not really relevant. It feels a bit inconsistent compared to other actions, and adds unnecessary clutter to the interface. Hence, this commit moves the convert to opportunity/lead to the action menu of helpdesk tickets. Related: odoo/upgrade#10018 task-6119255