Tuesday, June 24, 2025
4 changes · master
Enhancements to existing features
This update adjusts automated tests for spreadsheet pivot views after an underlying library change. It helps keep quality checks reliable so future document spreadsheet updates can be validated with confidence.
This update streamlines how customer follow-up records check whether related accounting activity exists. It avoids a more fragile query pattern, helping keep the feature reliable without changing day-to-day user workflows.
Original PR description
odoo/odoo#205208
The field service task form has been reorganized so planned dates and allocated hours appear in the main left section instead of crowding the right side. This makes the most relevant scheduling and workload information easier to find when working on field service tasks.
Original PR description
Before this commit, the task form view of a fsm task contains many fields in the right part. This commit moves the planned dates and the allocated_hours in the left part of the form view but only for fsm tasks. task-4753294
The Colombian electronic invoicing module has been updated to use the latest retry process. This keeps invoice submission recovery aligned with the main platform changes and helps maintain reliability when retrying failed electronic document operations.
Original PR description
in odoo/odoo#211194 we refactored the retry mechanisim, l10n_co_edi is the only edi that is using the refactored function, hence, need to updated task-4728978