odoo/o-spreadsheet#7859
Created by fw-bot
Merged
at 05e34b7026e791032d2ea9516c0e0c8e57f1a50b
Statuses:
- label
- odoo:saas-19.1-saas-18.4-fix-readonly-mobile-adrm-493367-fw
- head
- f7502364b6fe9aabe5bd3c5879872b3e306fc38f
- merged
- 3 months ago by BI, Adrien Minne (adrm)
| 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
Forward-Port-Of: #7723