Monday, September 2, 2024
4 changes · master
Enhancements to existing features
The work entry list now includes quick filters for draft and validated entries. This helps payroll and HR users find records by status faster, reducing manual searching and improving day-to-day review efficiency.
Original PR description
Add two filters for draft and validated work entries. Task: 3705172
The Indian payroll expense account has been updated so it is treated as a payable liability account and can be reconciled. This improves accounting consistency for Indian payroll entries and supports cleaner financial reconciliation.
Original PR description
Given that the expenses account of Indian payroll is a debit account, its type is set as `liability_payable` and it is reconcilable task-3901055 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The “Generate Offer” button is now hidden once an applicant reaches the Hired stage. This keeps the recruitment screen clearer and prevents users from starting an offer process when it is no longer relevant.
Original PR description
It does not make sense to show "Generate Offer" button on applicant in Hired stage, thus we hide it. task-4037642
A no-longer-used portal setting was removed from subscription payment flows. This keeps the subscription portal code simpler and avoids passing values that no longer affect what customers see.
Original PR description
In this commit, remove the 'message_class' argument from the subscription portal as it is no longer used. when set default payment token from portal for subscription the value passed in url is not used anymore after [this changes](https://github.com/odoo/enterprise/pull/53528/files#diff-fe832fe3ee067a3129a91a8293986e886f557b50ecf87e0fe0438ac1b6c82bc6L165-L167). If not using that value is intentional then this changes need to be applied. otherwise we should not remove message_class argument to display this message on portal. task-4077522