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

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
@robodoo
Copy link
Copy Markdown
Collaborator

robodoo commented Jun 4, 2026

Pull request status dashboard

@dhrp-odoo dhrp-odoo marked this pull request as ready for review June 4, 2026 09:13
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.

2 participants