Daily updates from Odoo
Wednesday, September 4, 2024
1 change · master
Resolved issues and error corrections
Payroll users can once again register payments for payslips that generate miscellaneous journal entries. This prevents payroll payment workflows from being blocked by a recent accounting validation change.
Original PR description
A recent update restricted the registration of payslip payments since the journal entries generated were misc entries. https://github.com/odoo/odoo/pull/174314 This commit fixes the issue by bypassing that check for payslip payments.