odoo/o-spreadsheet#7866
Created by fw-bot
Merged
at 2ba681817fc982feb21f37e5e88f64c59ca8d391
Statuses:
- label
- odoo:master-saas-18.4-fix-readonly-mobile-adrm-493372-fw
- head
- 7485bc1c9141be03c387aa9b876749667ada06b3
- merged
- 3 months ago by BI, Pierre Rousseau (pro)
| odoo/o-spreadsheet | |
|---|---|
| saas-18.4 | #7723 |
| 19.0 | #7858 |
| saas-19.1 | #7859 |
| saas-19.2 | |
| saas-19.3 | |
| master | #7866 |
[FIX] topbar: fix readonly banner on mobile
Description
When the spreadsheet is in readonly mode, the readonly banner wasn't taking the full width of the topbar.
Task: 5342571
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