Daily updates from Odoo
Friday, July 22, 2022
2 changes
Enhancements to existing features
Helpdesk team settings now show clearer guidance about who can access a team based on the selected visibility option. This helps administrators understand access rules more easily and grant the right permissions with less confusion.
Original PR description
This commit introduces some information/instructions regarding the access to the helpdesk team depending on what the user has selected for the helpdesk team visibility. This should reduce confusion and thus increase productivity on the user side by making the task of granting access rights more straightforward to the user. task-2917471
This update brings the spreadsheet engine up to date with several fixes that improve formula recalculation, chart formatting, and menu interactions. It also adds support for the TEXT function, helping users format spreadsheet values more flexibly and reducing incorrect results in day-to-day spreadsheet use.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/24204855 [FIX] evaluation: assign correct error for a cell with two consecutive errors…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/24204855 [FIX] evaluation: assign correct error for a cell with two consecutive errors https://github.com/odoo/o-spreadsheet/commit/2d59441f [IMP] spreadsheet: export figure registry https://github.com/odoo/o-spreadsheet/commit/765361db [FIX] Tests: Clean *Registry after tests https://github.com/odoo/o-spreadsheet/commit/1b830e98 [IMP] husky: allow use of pre-commit hook for windows https://github.com/odoo/o-spreadsheet/commit/6306bad9 [FIX] evaluation: re-evaluate async formulas when changing sheets https://github.com/odoo/o-spreadsheet/commit/2b5cf2b4 [FIX] evaluation: re-evaluate errors in other sheets https://github.com/odoo/o-spreadsheet/commit/f3e4efc6 [IMP] Functions: Add `TEXT`function https://github.com/odoo/o-spreadsheet/commit/01f93c8d [FIX] Charts: Set a format on a cell invalidates runtimes https://github.com/odoo/o-spreadsheet/commit/0bf9533f [FIX] formats: use `cell.evaluated.format` https://github.com/odoo/o-spreadsheet/commit/7dd1bc3f [FIX] top_bar: bugged top_bar menu item hitbox https://github.com/odoo/o-spreadsheet/commit/67ec2703 [FIX] spreadhseet: fix link demo data