Daily updates from Odoo
Wednesday, August 18, 2021
2 changes
Enhancements to existing features
The approvals app test setup was improved so messaging features can be accessed without relying on a preset environment. This helps make automated checks more stable and supports ongoing maintenance without changing day-to-day user workflows.
Original PR description
Part of task-2582313
The payroll work entry type form now displays the unpaid structure type field using the full available width. This makes the form easier to read and use when configuring payroll work entry types.
Original PR description
currently, the unpaid structures type input field doesn't take the full width. it happens because the div class is added by the xpath in the unpaid group. so this commit fixes the issue by removing the unnecessary xpath so that the unpaid structures type input field takes a full width TaskID-2611955