Skip to content

[IMP] header: add resize panel for rows and columns#8846

Open
dhrp-odoo wants to merge 1 commit into
masterfrom
master-imp-resize-col-row-dhrp
Open

[IMP] header: add resize panel for rows and columns#8846
dhrp-odoo wants to merge 1 commit into
masterfrom
master-imp-resize-col-row-dhrp

Conversation

@dhrp-odoo

Copy link
Copy Markdown
Contributor

Description:

Allow users to resize selected rows or columns from the header context menu. The panel supports setting an exact size in pixels and fitting the selection to its data.

Task: 6234780

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

@robodoo

robodoo commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator

Pull request status dashboard

@dhrp-odoo dhrp-odoo marked this pull request as ready for review June 4, 2026 09:13

@hokolomopo hokolomopo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some small issues, otherwise LTGM :)

Comment thread src/components/side_panel/header_resize_panel/header_resize_panel.ts Outdated
Comment thread src/components/side_panel/header_resize_panel/header_resize_panel.ts Outdated
Comment thread tests/menus/menu_items_registry.test.ts
Comment thread tests/headers/header_resize_panel_component.test.ts Outdated
@dhrp-odoo dhrp-odoo force-pushed the master-imp-resize-col-row-dhrp branch 4 times, most recently from 3555fb5 to 888789f Compare June 17, 2026 11:45
@dhrp-odoo dhrp-odoo force-pushed the master-imp-resize-col-row-dhrp branch from 888789f to 57a9e25 Compare June 25, 2026 05:33
Allow users to resize selected rows or columns from the header context
menu. The panel supports setting an exact size in pixels and fitting the
selection to its data.

Task: 6234780
@dhrp-odoo dhrp-odoo force-pushed the master-imp-resize-col-row-dhrp branch from 57a9e25 to d072560 Compare June 26, 2026 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants