odoo/o-spreadsheet#4553

Created by fw-bot
Merged at f64a70e808ed2792b05440fcfc660b190207a067

Statuses:

label
odoo:master-15.0-update-excel-future-functions-rar-yJaQ-fw
head
85c9acff957ab67c79618892730b5e8c43ab816d
merged
3 months ago by BI, Pierre Rousseau (pro)
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: #4542
Forward-Port-Of: #4539