odoo/o-spreadsheet#2524

Created by BI, Hendrickx Anthony (anhe)
label
odoo:14.0-config-check_type_binded_functions-3344661-anhe
head
c544630ff9d3fb4caa4e027289983b99866f3455
target
14.0
merged
1 year ago by BI, Lucas Lefèvre (lul)
forward-ports

[IMP] congif: enables type checking for binded functions

## Task Description

Currently all binded function are type as any. This change aims to for type checking on binded function in TypeScript.

## Related Task/PR
- Odoo task ID : [3344661](https://www.odoo.com/web#id=3344661&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 (\_lt("qmsdf %s", abc))
- [ ] unit tested
- [ ] clean commented code
- [ ] track breaking changes
- [ ] doc is rebuild (npm run doc)
- [ ] status is correct in Odoo