-
- Downloads
[IMP] hr_payroll: Improve payslip batch generation flow
Same than for payslips. Improve the flow to make it clear what is the next action instead of displaying all the buttons. And refactor a little the code to be more efficient, and reuse existing method instead of using this horrible 'onchange_employee_id' method.
Showing
- addons/hr_payroll/models/hr_payslip.py 17 additions, 58 deletionsaddons/hr_payroll/models/hr_payslip.py
- addons/hr_payroll/views/hr_payslip_views.xml 10 additions, 11 deletionsaddons/hr_payroll/views/hr_payslip_views.xml
- addons/hr_payroll/wizard/hr_payroll_payslips_by_employees.py 28 additions, 33 deletionsaddons/hr_payroll/wizard/hr_payroll_payslips_by_employees.py
- addons/hr_payroll/wizard/hr_payroll_payslips_by_employees_views.xml 4 additions, 3 deletions...payroll/wizard/hr_payroll_payslips_by_employees_views.xml
- addons/hr_payroll_account/tests/test_hr_payroll_account.py 4 additions, 12 deletionsaddons/hr_payroll_account/tests/test_hr_payroll_account.py
- addons/l10n_in_hr_payroll/tests/test_payment_advice_batch.py 1 addition, 1 deletionaddons/l10n_in_hr_payroll/tests/test_payment_advice_batch.py
Loading
Please register or sign in to comment