Daily updates from Odoo
Monday, September 2, 2024
2 changes
Enhancements to existing features
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