Daily updates from Odoo
Thursday, May 21, 2026
7 changes · master
Enhancements to existing features
This update adds a direct 'Import' option to the spreadsheet file menu, eliminating the need to first upload to Documents. Users can now quickly import .osheet.json, .csv, and .xlsx files directly into their spreadsheets, with files automatically saved to 'MY' (My Drive) for easy access.
Original PR description
Current behavior before PR: - Importing a spreadsheet required uploading the file to Documents first and Then, open it in the spreadsheet view. - This flow was inconvenient for users who simply want to import a file directly while working in a spreadsheet. Desired behavior after PR is merged: - Adds an 'Import' option in the File top bar menu. It opens the OS file picker and allows importing supported files such as .osheet.json, .csv, and .xlsx directly into the spreadsheet. - Imported files are uploaded to the 'MY' (My Drive) folder, so they remain accessible later from the Documents app as well. Task: [6000071](https://www.odoo.com/odoo/project/2328/tasks/6000071)
This update adds convenient buttons to the payslip and attendance forms, streamlining access to related information. Users can now quickly view their total leave days taken and link to the corresponding leave requests, as well as directly access the linked payslip from their attendance records. This enhances usability and reduces the time spent navigating between modules.
Original PR description
On the payslip form view, added a smart button that shows the total number of leave days taken, and when clicked, it redirects to the list of leave requests. On the attendance form view, added a smart button that shows the linked payslip. And when clicked, it redirects to that payslip. task-6089721
This pull request completes the translation of the WPS format for the Saudi HR Payroll module within Odoo Enterprise. The changes focus on updating the localization files to support WPS reporting requirements in Saudi Arabia. This ensures accurate payroll processing and compliance with local regulations.
Original PR description
follow-up task-6220113
This update enhances the SAWT, QAP, and SLSP reports by correctly formatting partner names based on the business type (individual or corporation). For individuals, names are displayed as 'Last, First, Middle'; for corporations, the standard partner display name is used, ensuring accurate reporting data.
Original PR description
In this commit: - Updated SAWT, QAP, and SLSP reports to format partner registered name based on entity type. - Individual: if entity type is individual, registered name is formatted as "Last, First, Middle" and if the names are empty then registered name is " , , ". - Corporation: if the entity type is corporation, use the partner's display name. Related PR: Community: https://github.com/odoo/odoo/pull/255258 task-5928297
This update simplifies the rental schedule view, making it easier for users to understand booking resources. The changes include displaying resource counts alongside product names and hiding unnecessary visual elements on initial load. This enhances usability and provides a clearer picture of rental availability.
Original PR description
Improve clarity and usability of the rental schedule view by removing the default confirmed filter, showing linked resource counts in product names when Plan Services is enabled, and hiding the collapse icon and consolidation (green lines) on initial load. task-6031386 For Documentation PR see: https://github.com/odoo/documentation/pull/17726
This update introduces a new popup that displays actual demand for products, mirroring the functionality for actual replenishment. This allows users to quickly see and address demand discrepancies, particularly for products with indirect demand as components. The popup offers options to adjust Deliveries or create MOs to meet this demand.
Original PR description
Add a popup for the Actual Demand that works the same way as the one for Actual Replenishment. It contains 2 buttons: - Deliveries - MOs (for when a product has indirect demand as a component)
This update simplifies the appearance and organization of the accounting settings within Odoo Enterprise. The changes focus on a more compact and intuitive presentation, particularly addressing confusion around customer payments and streamlining the overall user experience. This enhancement improves clarity and ease of use for accounting professionals.
Original PR description
Improve the overall presentation of the accounting settings. Initial setup: better and more compact presentation. Digitization: clearer structure. Customer payments: reduce confusion between SEPA QR codes and other QR codes. task-6076397