odoo/o-spreadsheet#4541

Created by fw-bot
Merged at 0a3c7b5fa4a488e7d67f6b80dc8de91c5132b7e2

Statuses:

label
odoo:saas-16.3-15.0-update-excel-future-functions-rar-GdKW-fw
head
02d5dbb4641060e9d5256cd6bf7d2259fce5a943
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