odoo/o-spreadsheet#8400
Created by BI, Adrien Minne (adrm)
Merged
at fc0e6941c980808a9d7a75251156b83c5c147dee
Statuses:
- label
- odoo:saas-19.1-unused-css-variables-adrm
- head
- 0a6e15a7bc96f31eed38b9e92bbbeeb0d3d88c89
- merged
- 1 week ago by BI, Pierre Rousseau (pro)
| odoo/o-spreadsheet | |
|---|---|
| saas-19.1 | #8400 |
| saas-19.2 | #8411 |
| master | #8414 |
[FIX] css: remove unused variables
Description
Commit d8db270 cleaned up the css, removing a bunch of variables to have a more consistent color palette. But some variables were forgotten, and not used anymore/not defined.
Task: 6119435
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