Friday, February 2, 2024
2 changes · saas-17.1
Resolved issues and error corrections
Managers using the Point of Sale multi-employee feature can now see and use the Close button as expected. This prevents unnecessary blockers at the end of a sales session and keeps store closing workflows running smoothly.
Original PR description
Before this commit, enabling the 'Multi Employees' feature would hide the Close button, even for managers. This was due to the 'role' only existing in 'employee_security', while the cashier was a 'hr.employee'. To resolve this issue, the 'role' has been added to the cashier, allowing manager cashiers to close the session as expected. opw-3718927 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The spreadsheet component was updated to a newer version with fixes for exporting formulas and references, helping reduce errors when users share or download spreadsheets. It also improves keyboard shortcut support on Mac and preserves default currency formatting more reliably.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/798f97971 [REL] 17.1.3 https://github.com/odoo/o-spreadsheet/commit/945c63160 [REF] model: preserve default currency format https://github.com/odoo/o-spreadsheet/commit/3ecade86c [FIX] export: transform unbound references Task: 3618912 https://github.com/odoo/o-spreadsheet/commit/6046cfb91 [FIX] export: transform unbound references Task: 3618912 https://github.com/odoo/o-spreadsheet/commit/9ab735fee [FIX] export: remove line returns in formula Task: 3618912 https://github.com/odoo/o-spreadsheet/commit/b0e05b7c8 [FIX] Grid: Support Mac shortcuts in `Grid` Task: 3707416