odoo/o-spreadsheet#6455
Created by fw-bot
Merged
at c70f57360a0b41fdf58334a767ab30a3a5f8f0ed
Statuses:
- label
- odoo:18.0-master-prevent-exporting-filter-function-mera-433501-fw
- head
- aafda5cc2615928113c38c866bcbb6f3427c502c
- merged
- 2 weeks ago by BI, Mehdi Rachico (mera)
odoo/o-spreadsheet | |
---|---|
17.0 | #6290 |
18.0 | #6455 |
saas-18.1 | #6456 |
saas-18.2 | #6458 |
saas-18.3 | #6460 |
master | #6462 |
[FW][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
Forward-Port-Of: #6290