web_tree_column_keyboard_resize
⧉ View on GitHubPurpose
This module enables keyboard-based resizing of tree view columns in Odoo to improve editing efficiency without using the mouse.
Features
- web: Allows resizing tree view columns using keyboard shortcuts when in edit mode.
- web: Decreases the width of the focused column with Shift + Down Arrow.
- web: Increases the width of the focused column with Shift + Up Arrow.
- web: Adjusts column width in steps of 20 pixels per key press.
- web: Resets column width changes to original values when focusing out of the edited row.