odoo/o-spreadsheet#4688

Created by fw-bot
Merged at 712fc8a75d87d371796259ae9fb94f6d4d95698e

Statuses:

label
odoo:saas-17.4-16.0-A1-hover-by-default-adrm-aQLv-fw
head
485f3d52dfd0d178930f646cac541eba4cf2ad9b
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 ↩