Web Tree Column Keyboard Resize

web_tree_column_keyboard_resize
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/18.0/web_tree_column_keyboard_resize
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYExtra Tools
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, LauraCForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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.

Models touched (0)

No models found for this module.