Tuesday, August 10, 2021
3 changes · master
Enhancements to existing features
The employee departure process now presents appraisal-related options in a clearer wizard view. This helps HR teams handle departures more smoothly and reduces confusion during offboarding.
Original PR description
See odoo/odoo#72367 Task ID: 2575279
Features or functions removed from Odoo
The GitHub mail integration module has been removed because it appears to have very limited customer usage and was not actively used in production. This reduces maintenance effort for a niche feature that was difficult for users to discover and install.
Original PR description
The mail_github module does not seem to be particularly used by our customers. It is not installed on our prod either even though we actively use github. It is difficult to find it because it cannot be installed from the settings. At last, it caters a very specific segment of customers. All in all, it does not seem worth it to continue maintaining this module. task-2369600
Miscellaneous changes
The ``CertificadoOrigen`` attribute has 2 options `'0'` or `'1'`, and when is `'1'`, is required the ``NumCertificadoOrigen``. Before this commit, the PDF compare vs `1` and must be `'1'`, so, the ``NumCertificadoOrigen``is not shown in the PDF. XML:  Before:  Before:  After:  OPW#2605262 Forward-Port-Of: odoo/enterprise#20001 Forward-Port-Of: odoo/enterprise#19692