Skip to content

[FIX] grid overlay: unhide buttons visibility#8550

Closed
fw-bot wants to merge 1 commit intomasterfrom
master-saas-18.2-fix-unhide-freezed-rows-matho-522972-fw
Closed

[FIX] grid overlay: unhide buttons visibility#8550
fw-bot wants to merge 1 commit intomasterfrom
master-saas-18.2-fix-unhide-freezed-rows-matho-522972-fw

Conversation

@fw-bot
Copy link
Copy Markdown
Collaborator

@fw-bot fw-bot commented May 4, 2026

Before this commit:
When a row/column is frozen and hidden, the unhide buttons were not visible in the header overlay. There is no way for the user to unhide these rows/columns.

After this commit:
The unhide buttons are now visible in the header overlay when a frozen row/column is hidden.

Task: 6127335

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

Forward-Port-Of: #8466

Before this commit:
When a row/column is frozen and hidden, the unhide buttons were not visible in the header overlay.
There is no way for the user to unhide these rows/columns.

After this commit:
The unhide buttons are now visible in the header overlay when a frozen row/column is hidden.

Task: 6127335
X-original-commit: 801a988
@robodoo
Copy link
Copy Markdown
Collaborator

robodoo commented May 4, 2026

Pull request status dashboard

@pro-odoo
Copy link
Copy Markdown
Collaborator

pro-odoo commented May 4, 2026

robodoo r+

robodoo pushed a commit that referenced this pull request May 4, 2026
Before this commit:
When a row/column is frozen and hidden, the unhide buttons were not visible in the header overlay.
There is no way for the user to unhide these rows/columns.

After this commit:
The unhide buttons are now visible in the header overlay when a frozen row/column is hidden.

closes #8550

Task: 6127335
X-original-commit: 801a988
Signed-off-by: Pierre Rousseau (pro) <pro@odoo.com>
@robodoo robodoo added the 19.4 label May 4, 2026
@robodoo robodoo closed this May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants