Thursday, December 8, 2022
4 changes
Enhancements to existing features
The task form now shows planned start and end dates closer to key customer or sales order information. This makes scheduling details easier to find when reviewing or updating tasks, especially for field service workflows.
Original PR description
- project.task form view: the fields 'planned_date_begin' and 'planned_date_end' are displayed after the customer field (or after the SOL field if it exists) Task-3046210 related PR-https://github.com/odoo/odoo/pull/107502
The Data menu in spreadsheets has been reorganized so pivot and list options appear after filter and sort actions. This makes common data actions easier to find in a more logical order.
Original PR description
PURPOSE To re organize the menu items in "Data" on top bar in spreadsheet. SPECIFICATION Re arrange the items displayed on top menu, here the sequence of menu items in data are changed to have pivot and list items displayed after Create filter and Sort range. Task - 3040923
This update adds automated test coverage to ensure a prefilled value of "0" is handled correctly during signing. It helps prevent a previously fixed issue from returning, reducing the risk of incorrect behavior in payroll-related signing workflows.
Original PR description
PR https://github.com/odoo/enterprise/pull/31227 fixed an issue where the sign frontend would treat a prefilled '0' as falsy. This commit changes the test_ui test so that this case is also tested. task-2980394
The Data Cleaning module was tidied up by removing an unused background method. This has no expected impact on daily workflows, but helps keep the system easier to maintain and less prone to future issues.
Original PR description
remove unused inherited create function from data_cleaning module