odoo/o-spreadsheet#4540

Created by fw-bot
Merged at 8431ac521aa31f23cfd575460c9f2c307c8bd8fa

Statuses:

label
odoo:16.0-15.0-update-excel-future-functions-rar-BKVS-fw
head
cfbaf18452ae6671897295272472a3d64a81e03e
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