Daily updates from Odoo
Monday, March 16, 2026
6 changes
1 change
Enhancements to existing features
This update simplifies report filtering by default, removing the unnecessary journal filter. Now, when a ledger exists, users will automatically see a dropdown menu to select the specific ledger, ensuring all relevant financial data is accessible without manual adjustments. This enhances report usability and clarity.
Original PR description
On the majority of reports, the journal filter is not necessary by default. But we need to still show the ledgers, independently of the journals. So when the journal filter is disabled, but a ledger exists, show a dropdown menu with the ledgers. task-6032881
3 changes
Enhancements to existing features
This update resolves a discrepancy where sales projects displayed different content in the Odoo portal and PDF reports. Now, both views show the same information, ensuring a unified and accurate representation of sales projects, regardless of whether they are Field Service Management projects. This improves data consistency and user experience.
Original PR description
### In this commit: The worksheet portal displayed different content depending on whether the project was marked as Field Service. Specifically, the product recap section was hidden in the portal for non FSM projects but still appeared in the generated PDF. This commit improves the inconsistency by ensuring that both the portal view and the PDF display the same. task-4592517
This update allows users to directly create and edit timesheet tasks associated with FSM projects from the timesheet list view. Previously, this functionality was unavailable, making task management less efficient. This change streamlines workflow and improves productivity for teams managing FSM projects.
Original PR description
Previously, it was not possible to create or edit tasks for FSM projects directly from the timesheet list view. With this improvement, FSM tasks can now be created and edited on the fly from the list view task-5138752
This update enhances the automatic data filling (autofill) features within Odoo's spreadsheet editions for both list and pivot views. The changes streamline the process of populating spreadsheets with data, improving user efficiency and data accuracy. This is an important improvement for users relying on spreadsheet reporting.
Original PR description
Task: 5342904
2 changes
Enhancements to existing features
This update simplifies debugging browser-related issues in our tests. By allowing developers to specify the Chrome/Chromium version used, we can more easily identify and resolve compatibility problems. This improves the stability and reliability of our testing process.
Original PR description
This is mainly used to more easily provide an arbitrary version of Chrome/Chromium to debug browser's version specific breaking changes.
This update implements the latest withholding tax percentages for Ecuador, as mandated by a recent government resolution. The changes ensure Odoo accurately calculates and reports these taxes, maintaining historical data and compatibility with existing tax configurations. This update addresses specific naming inconsistencies and formatting issues for improved accuracy.
Original PR description
Implement the new withholding tax percentages according to "Resolución N.º NAC-DGERCGC26-00000009" for Ecuador, following internal implementation guidelines by TRESCLOUD. SPECIFICATION: - Created the new withholding percentages as new tax records. - Set the previous withholding percentages as inactive to preserve historical data. - Ensured compatibility with existing tax configurations and fiscal mappings. Table with the changes established in "Resolución N.º NAC-DGERCGC26-00000009". <img width="1676" height="303" alt="image" src="https://github.com/user-attachments/assets/79ae91b2-6d31-442f-af3c-74304742c8b6" /> BP: #252917