Skip to content

[FIX] autofill: hide autofill handler when selection is hidden#9015

Open
matho-odoo wants to merge 1 commit into
19.0from
19.0-fix-hidden-autofill-matho
Open

[FIX] autofill: hide autofill handler when selection is hidden#9015
matho-odoo wants to merge 1 commit into
19.0from
19.0-fix-hidden-autofill-matho

Conversation

@matho-odoo

Copy link
Copy Markdown
Contributor

Before this commit:
It was possible to see the autofill handler when the selection was hidden, and to drag and drop the autofill handler to autofill the rows below the selection, even if the selection was hidden.

Task: 6317808

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 24, 2026

Copy link
Copy Markdown
Collaborator

Pull request status dashboard

@matho-odoo matho-odoo force-pushed the 19.0-fix-hidden-autofill-matho branch from 15d9f5a to c0c50bf Compare June 25, 2026 08:53
Comment thread src/components/autofill/autofill.xml Outdated
@matho-odoo matho-odoo force-pushed the 19.0-fix-hidden-autofill-matho branch 2 times, most recently from e8676f0 to e69913b Compare July 8, 2026 08:48
Comment thread tests/autofill/autofill_component.test.ts Outdated
Before this commit:
It was possible to see the autofill handler when the selection was hidden,
and to drag and drop the autofill handler to autofill the rows below the selection,
even if the selection was hidden.

Task: 6317808
@matho-odoo matho-odoo force-pushed the 19.0-fix-hidden-autofill-matho branch from e69913b to 91117c4 Compare July 9, 2026 06:41
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