odoo/o-spreadsheet#8411
Created by fw-bot
Merged
at a9fbc7b0d8d8c4a1b3ef1bf0da87fba3b4c6f5e6
Statuses:
- label
- odoo:saas-19.2-saas-19.1-unused-css-variables-adrm-516980-fw
- head
- ab7f864aa6c38bac0acb6ac182f88071c37e4b6f
- 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
Forward-Port-Of: #8400