odoo/o-spreadsheet#4687

Created by fw-bot
Merged at 2e866045f02fdd372634935189d7213f9f6d0a97

Statuses:

label
odoo:saas-17.2-16.0-A1-hover-by-default-adrm-G6-o-fw
head
b0ef2b9159ab140b6c7dbedb9afc09754f277199
merged
3 months ago by BI, Adrien Minne (adrm)
odoo/o-spreadsheet
16.0 #4630
17.0 #4672
saas-17.1 #4686
saas-17.2 #4687
saas-17.4 #4688
master #4689

[FW][FIX] grid_overlay: A1 is hovered by default

Description

The cell A1 is set as hovered by default when opening the spreadsheet, even if the use didn't actually hover it.

Task: : 4042621

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: #4672
Forward-Port-Of: #4630


  1. odoo/documentation#11150 ↩

  2. https://www.postgresql.org/support/versioning/ ↩

  3. https://packages.debian.org/bookworm/postgresql ↩