odoo/o-spreadsheet#5233
Created by fw-bot
Merged
at 4347a9d46271b3f6b683994a4b7f824ee2c81d9f
Statuses:
- label
- odoo:saas-17.2-17.0-fix-xlookup-reverse-rar-sPdN-fw
- head
- 2017499e32b3af81c28670849d6ce28a8a6e0d33
- 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
Forward-Port-Of: #5193