Thursday, April 14, 2022
2 changes · master
Enhancements to existing features
The Documents spreadsheet component has been updated to the latest version. This improves formula/reference handling, aligns underlying interface dependencies with Odoo, and prevents users from moving or editing figures when a spreadsheet is in read-only mode.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/10db754a [FIX] tokenizer: strict position at the end of reference string https://github.com/odoo/o-spreadsheet/commit/c7d36a9a [FIX] package.json: update owl version to macth Odoo's https://github.com/odoo/o-spreadsheet/commit/4c711f37 [FIX] figures: prevent user to manipulate figures in Readonly mode
HR users can now start a signature request for several employees in one action instead of processing employees one by one. This streamlines contract signature workflows and saves time when preparing documents for groups of employees.
Original PR description
This change implies changing 'hr.contract.sign.document.wizard' m2o employee_id field into m2m employee_ids field. task - 2797331