odoo/o-spreadsheet#6104
Created by Fun Subscription - Sign - Cal, Florian Damhaut (flda)
Merged
at 31788df3c62e9e5416b2dcd7722bb0a49141cc05
Statuses:
- label
- odoo:17.0-color-picker-paste-hex-flda
- head
- 28c90c5dd74e408316657887b5661dcafc1d6e36
- merged
- 2 months ago by BI, Lucas Lefèvre (lul)
odoo/o-spreadsheet | |
---|---|
17.0 | #6104 |
saas-17.4 | #6177 |
18.0 | #6178 |
saas-18.1 | #6179 |
saas-18.2 | #6181 |
saas-18.3 | |
saas-18.4 | |
master | #6182 |
[IMP] color-picker: remove additional #
How to reproduce
Copy a color code (i.e. #E6F2F3)
Create a custom table
Edit its color using the color picker
Double-click the current code and replace it by #E6F2F3
As the double-click doesn't grab the #, you get ##E6F2F
Description:
description of this task, what is implemented and why it is implemented that way.
Task: 4687930
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