Daily updates from Odoo
Wednesday, June 18, 2025
1 change
Enhancements to existing features
Payroll batch management has been redesigned around Pay Runs, making it easier to view run details alongside the related payslips. Users can now browse Pay Runs in a kanban-style view and create them through a guided two-step flow for setup and employee selection.
Original PR description
Problem ---------- Change the UX of payroll batches. Objective ---------- Batches are now Pay Runs. No more form view in full size. Pay Run information is displayed above the list of payslips when they are filtered by a specific pay run. All pay runs are accessible from a vertical kanban view. To create a new kanban, there is a wizard in 2 steps. One to select the dates, structure_id, etc. of the pay run And the other to select the employees that fit the constraints Solution ---------- All action buttons, smart buttons and fields of the form are used to display the pay run card. The form arch is fetched and compiled in the kanban view and list view of payslips. The wizard of pay run creation is the form view of payrun. The wizard to select employees is the employee list view. See : odoo/upgrade#7861 task-4568268