odoo/o-spreadsheet#5991
Created by BI, Lucas Lefèvre (lul)
Merged
at 61300068c7e27d8390b3626d7fa525a8ef668ff1
Statuses:
- label
- odoo:master-tables-are-alive-lul
- head
- aef7efd3f5f92085a9acde008d6a6635a002f738
- merged
- 9 months ago by BI, Pierre Rousseau (pro)
| odoo/o-spreadsheet | |
|---|---|
| master | #5991 |
[IMP] dashboard: tables are alive!
Description:
Currently, dashboards feel like static HTML pages from the early 2000s. Make dashboard feeling alive by adding hover effects on table lines.
Task: 4630549
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