[18.0] [IMP] spreadsheet_oca: named input parameters with domain substitution - #105
Open
dnplkndll wants to merge 4 commits into
Open
[18.0] [IMP] spreadsheet_oca: named input parameters with domain substitution#105dnplkndll wants to merge 4 commits into
dnplkndll wants to merge 4 commits into
Conversation
dnplkndll
force-pushed
the
18.0-feat-input-params
branch
from
March 13, 2026 02:05
b243888 to
9cf5c3e
Compare
dnplkndll
force-pushed
the
18.0-feat-input-params
branch
from
May 13, 2026 20:39
9cf5c3e to
f97f920
Compare
dnplkndll
force-pushed
the
18.0-feat-input-params
branch
from
July 27, 2026 16:25
f97f920 to
e6d5e6c
Compare
dnplkndll
force-pushed
the
18.0-feat-input-params
branch
2 times, most recently
from
July 27, 2026 18:04
fa4211c to
4c73512
Compare
Assisted-by: Claude Opus 5
… helpers Assisted-by: Claude Opus 5
…summaries Assisted-by: Claude Opus 5
…ution Assisted-by: Claude Opus 5
dnplkndll
force-pushed
the
18.0-feat-input-params
branch
from
July 27, 2026 18:42
4c73512 to
2c14357
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds named input parameters: a spreadsheet cell drives the domain of the Odoo
pivots inside it, so changing the cell re-filters the next refresh.
Depends on #99. This PR carries three of its commits — the
shared pair plus the scheduled refresh — because input parameters extend
spreadsheet.refresh.schedule. All three drop out once #99 merges.Non-mechanical points worth flagging
field name, never an operator, and it recurses into nested domains. A
parameter can therefore filter a domain but cannot restructure it.
something that silently matches everything.
AI-assisted (Claude Code); every change reviewed, tested, and owned by the author.