odoo/o-spreadsheet#4542

Created by fw-bot
Merged at 6ce305e3f06cb5ea5758cc613db656326b93e1e2

Statuses:

label
odoo:saas-16.4-15.0-update-excel-future-functions-rar-GUkG-fw
head
2bacd7d609804dfbba602aea8322c9bbe0c12e18
merged
3 months ago by BI, RĂ©mi Rahir (rar)
odoo/o-spreadsheet
15.0 #4539
16.0 #4540
saas-16.3 #4541
saas-16.4 #4542
17.0 #4549
saas-17.1 #4550
saas-17.2 #4551
saas-17.3 #4552
master #4553

[FW][FIX] XLSX: Update the list of 'future' functions of Excel

The list of non-retrocompatible (aka future) functions of excel we had hardcoded was outdated. As it already contained some functions that we did not support inside the library, it is easier to update the list completely in each supported version.

task-4017114

Description:

description of this task, what is implemented and why it is implemented that way.

Task: : TASK_ID

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

Forward-Port-Of: #4539