odoo/o-spreadsheet#6290

Created by BI, Mehdi Rachico (mera)
Merged at 604bed1803ba07e8a8b4e5c6c8cff4c391e3ee86

Statuses:

label
odoo:master-prevent-exporting-filter-function-mera
head
96696c01132e274bd5d32d54a85b8434c901dd9f
merged
2 weeks ago by BI, Pierre Rousseau (pro)
odoo/o-spreadsheet
17.0 #6290
18.0 #6455
saas-18.1 #6456
saas-18.2 #6458
saas-18.3 #6460
master #6462

[IMP] xlsx: prevent exporting `FILTER` function

The current implementation of the FILTER function is different from the one adopted by Excel, therefore this commit marks it as not exportable.

Task: 4766579

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