Monday, November 9, 2020
3 changes · master
Resolved issues and error corrections
A previously skipped web editor test has been fixed by correcting how a WYSIWYG editor helper is mocked during automated testing. This helps ensure translated HTML fields continue to work reliably without changing day-to-day user behavior.
Original PR description
This fixes and unskips the test "field html translatable". -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes where a Belgian HR contract view depends on the contract signing feature. The dependency is now handled by the salary contract module, reducing incorrect module coupling and avoiding setup or upgrade issues for payroll users.
Original PR description
…hr_contract_salary
Prior to this commit:
* The hr_contract_history_view_form view in l10n_be_hr_payroll was 'incorrectly' depending
on the module hr_contract_sign through the use of an xpath.
After this commit:
* The dependency to hr_contract_sign has been moved to l10n_be_hr_contract_salary
Bug intruduced in #13384This update fixes an issue in the Indian payroll contract form caused by a previous change. It helps ensure payroll contract information can be displayed or edited correctly for users working with India payroll.
Original PR description
Fix bug introduced in odoo/odoo#58120