odoo/o-spreadsheet#5237
Created by fw-bot
Merged
at 637ae4277b7fb2d886d14fcb5e4f633b47c2476d
Statuses:
- label
- odoo:saas-17.4-17.0-fix-xlookup-reverse-rar-ppe_-fw
- head
- dbee1d3a2e373c16b9f03595ad922849d903ab4e
- merged
- 1 week ago by BI, RĂ©mi Rahir (rar)
odoo/o-spreadsheet | |
---|---|
17.0 | #5193 |
saas-17.2 | #5233 |
saas-17.4 | #5237 |
18.0 | #5239 |
master | #5240 |
[FW] 17.0 fix xlookup reverse rar
Description:
description of this task, what is implemented and why it is implemented that way.
Task: 4320993
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