odoo/o-spreadsheet#7718

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

Statuses:

label
odoo:19.0-dashboard-mobile-revert-adrm
head
7da577c07348d04d9ab219654a19216881232ec5
merged
2 days ago by BI, Lucas Lefèvre (lul)
odoo/o-spreadsheet
19.0 #7718
saas-19.1 #7739 missing r+
master #7741 missing r+

[IMP] figure: add data-type attribute to figure carousel tabs

Description

This commit adds a data-type attribute to each tab in the figure carousel, so we can create css selector based on the carousel item type.

Task: 5447027

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