odoo/o-spreadsheet#3966

Created by BI, Lucas Lefèvre (lul)
label
odoo:saas-17.1-function-name-placeholder-lul
head
3474f630db14e28cf3b4b914bee23399fb46c444
target
saas-17.1
merged
1 month ago by BI, Rémi Rahir (rar)
forward-ports

[FIX] evaluation: fix function name interpolation in errors

## Description:

Write a VLOOKUP function that doesn't match anything such that it returns #N/A 

=> look at the error message, it contains [[FUNCTION_NAME]] instead of VLOOKUP

Task: : [3839097](https://www.odoo.com/web#id=3839097&action=333&active_id=2328&model=project.task&view_type=form&cids=1&menu_id=4720)

## review checklist

- [ ] feature is organized in plugin, or UI components
- [ ] support of duplicate sheet (deep copy)
- [ ] in model/core: ranges are Range object, and can be adapted (adaptRanges)
- [ ] in model/UI: ranges are strings (to show the user)
- [ ] undo-able commands (uses this.history.update)
- [ ] multiuser-able commands (has inverse commands and transformations where needed)
- [ ] new/updated/removed commands are documented
- [ ] exportable in excel
- [ ] translations (\_t("qmsdf %s", abc))
- [ ] unit tested
- [ ] clean commented code
- [ ] track breaking changes
- [ ] doc is rebuild (npm run doc)
- [ ] status is correct in Odoo