odoo/o-spreadsheet#4518

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

Statuses:

label
odoo:master-extensible-cell-icon-lul
head
086d8cd6a1bc0b28c86937a9a4ca89a039625840
merged
1 month ago by BI, Pierre Rousseau (pro)
odoo/o-spreadsheet
master #4518

[REF] renderer: allow to extend cell icons

Description:

Allow to extend cell icons from outside the lib with a registry.

Task: : 3761590

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