odoo/o-spreadsheet#4639

Created by BI, Lucas Lefèvre (lul)
Merged at 94c3ba494b99acdf8ebb81eb637a5c96071027b8

Statuses:

label
odoo:master-fpayload-continued-lul
head
51563bc83dda82545110b119b49a2fb33daf43ea
merged
3 months ago by BI, Adrien Minne (adrm)
odoo/o-spreadsheet
master #4639

[REF] evaluation: rename left over FPayload

Description:

Commit 330cfbf7650d renamed FPayload to FunctionResultObjectbut left a few variables named after the old name.

Task: : TASK_ID

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

  1. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option#styling_with_css ↩↩↩