odoo/o-spreadsheet#5239

Created by fw-bot
Merged at 65b519005898857f8734b2d177915cd792d8713f

Statuses:

label
odoo:18.0-17.0-fix-xlookup-reverse-rar-U2JO-fw
head
713e1537729e9dcc2223a9604a0c9490f3563afb
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: #5237
Forward-Port-Of: #5193