Repository
OCA/web · module folder · Try on Runboat
Module version
1.0.0
Category
Extra Tools
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/web
Last tracking update
2026-08-07 08:42:47
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
LauraCForgeFlow, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description
This module creates some keyboard shortcuts to allow resizing tree view columns
when having some cell in the column focused (in edit mode for that cell / row).
This can improve efficiency, since users don't need to reach for the mouse when
wanting to resize columns.

The following shortcuts are added:
- By default, the width is adjusted in steps of 20 pixels per key press.
- `Shift + Down Arrow`: Decrease the width of the focused column.
- `Shift + Up Arrow`: Increase the width of the focused column.

The changed width of columns is reset back to the original once focusing out of
the current row, since this functionality is designed for temporary visibility
enhancement during editing sessions and not for permanent layout changes. Users
can use the standard mouse drag resizing for permanent width adjustments.

Code Analysis

Views touched (0)

No views found for this module.

HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (0)

No models found for this module.