odoo/o-spreadsheet#7240

Created by BI, Adrien Minne (adrm)
Merged at bbd2b646bd33c93e13702c3e4a954beae3a1e20a

Statuses:

label
odoo:master-header-groups-icons-adrm
head
eefdbbdd941fef7b20171da11459151f6bef9d0b
merged
4 days ago by BI, Rémi Rahir (rar)
odoo/o-spreadsheet
master #7240

[IMP] headers: add icons to header group context menu

Description

When right clicking on a group of header, we have a context menu to collapse/expand the group. The context menu is missing icons.

Task: 5134325

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