Tuesday, December 13, 2016
1 change
Enhancements to existing features
Payroll users can now cancel a payslip and have its related accounting entry cancelled and removed in the same flow. This makes payslip corrections easier and aligns payroll handling with the familiar invoice cancellation process.
Original PR description
Allow cancel a payslip [ala invoice](https://github.com/odoo/odoo/blob/e05dba357ee44151db9449af4cfdf0d6c36d5dca/addons/account/models/account_invoice.py#L917-L935) - Cancel account move (Previous validation of `allow cancel`) - Delete account move (Like as account_invoice)