Daily updates from Odoo
Thursday, May 21, 2026
7 changes
1 change
Enhancements to existing features
This update enhances the user experience for warehouse staff who frequently use tablets to view transfer lists. The changes improve the visibility of key information like reference IDs and contact details, ensuring they are easily readable on medium-sized screens. This addresses a usability issue for a common workflow.
Original PR description
Devices with medium screen sizes such as tablets are often used in warehouses. However, when we check a transfer list view, we can not read clearly important info such as reference or contacts because fields are not entirely displayed. Task-id: 6030156
5 changes
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 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
1 change
Enhancements to existing features
This update improves the configuration for GT Electronic Data Interchange (EDI) branches. Specifically, VAT information is no longer inherited, while key credentials for the EDI connection are now consistently managed. Additionally, configuration settings are now properly displayed for these branches, ensuring accurate setup and operation.
Original PR description
While creating branches for GT country, VAT shouldn't be inherited, while Infile credentials (l10n_gt_edi_ws_prefix, l10n_gt_edi_infile_token, l10n_gt_edi_infile_key) should. At the same time, config keys should also appear for branches on settings task-[6087168](https://www.odoo.com/odoo/project/967/tasks/6087168)