odoo/o-spreadsheet#7508
Created by fw-bot
Merged
at 3ce3152f7acddf804b6aed13d82b577115c21ee4
Statuses:
- label
- odoo:saas-18.4-saas-18.2-fix-padding-pro-479013-fw
- head
- 039c32f124b4e663f569e6441b0daa7bbda819ab
- merged
- 2 days ago by BI, Adrien Minne (adrm)
| odoo/o-spreadsheet | |
|---|---|
| saas-18.2 | #7460 |
| saas-18.3 | #7507 |
| saas-18.4 | #7508 |
| 19.0 | #7509 |
| master | #7510 missing statuses missing r+ |
[FIX] spreadsheet: fix button height
Before this commit, the height of o-button elements was fixed to 32px, which is not enough for some content, for example when the text is on two lines (conditionnal formatting side panel for instance).
Description:
description of this task, what is implemented and why it is implemented that way.
Task: TASK_ID
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: #7460