Skip to content

[18.0][MIG] sequence_python: Migration to 18.0 - #3258

Merged
OCA-git-bot merged 11 commits into
OCA:18.0from
HeliconiaIO:18.0-mig-sequence_python
Jan 25, 2026
Merged

OCA-git-bot merged 11 commits into
OCA:18.0from
HeliconiaIO:18.0-mig-sequence_python

Conversation

@BhaveshHeliconia

Copy link
Copy Markdown
Contributor

No description provided.

@BhaveshHeliconia BhaveshHeliconia mentioned this pull request Apr 8, 2025
42 tasks
@BhaveshHeliconia
BhaveshHeliconia force-pushed the 18.0-mig-sequence_python branch from 82309c6 to 0e24679 Compare April 9, 2025 06:33
@BhaveshHeliconia
BhaveshHeliconia force-pushed the 18.0-mig-sequence_python branch from 0e24679 to 0862996 Compare July 25, 2025 05:30
@tgaona-sbg

Copy link
Copy Markdown

Hello, any PSM to approve and merge this PR please ? (@pedrobaeza)
Thank you =)
NB : is there any process to contact a PSM in such cases ?

options="{'mode': 'python'}"
placeholder="number"
attrs="{'invisible': [('use_python_code', '=', False)]}"
invisible="use_python_code == False"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nitpicking : Maybe use not use_python_code instead ?

<field
name="python_code_preview"
attrs="{'invisible': [('use_python_code', '=', False)]}"
invisible="use_python_code == False"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nitpicking : Maybe use not use_python_code instead ?

if isinstance(number_next, tuple):
number_next = number_next[0]
return {
"number": number_next[0] if isinstance(number_next, tuple) else number_next,

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

As you added :
if isinstance(number_next, tuple): number_next = number_next[0]
This gets redundant :
"number": number_next[0] if isinstance(number_next, tuple) else number_next

We may change it to :
"number": number_next,

@tgaona-sbg tgaona-sbg left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nothing blocking, only some possible reformat options, code LGTM.

@thomaspaulb

Copy link
Copy Markdown
Contributor

NB : is there any process to contact a PSM in such cases ?

Only after two approvals have already been give by others you can ping oca/tools-maintainers team

@thomaspaulb

Copy link
Copy Markdown
Contributor

/ocabot migration sequence_python

/ocabot merge nobump

@OCA-git-bot OCA-git-bot added this to the 18.0 milestone Jan 25, 2026
@OCA-git-bot

Copy link
Copy Markdown
Contributor

On my way to merge this fine PR!
Prepared branch 18.0-ocabot-merge-pr-3258-by-thomaspaulb-bump-nobump, awaiting test results.

OCA-git-bot added a commit that referenced this pull request Jan 25, 2026
Signed-off-by thomaspaulb
@OCA-git-bot

Copy link
Copy Markdown
Contributor

It looks like something changed on 18.0 in the meantime.
Let me try again (no action is required from you).
Prepared branch 18.0-ocabot-merge-pr-3258-by-thomaspaulb-bump-nobump, awaiting test results.

@OCA-git-bot
OCA-git-bot merged commit 4758ef5 into OCA:18.0 Jan 25, 2026
2 of 3 checks passed
@OCA-git-bot

Copy link
Copy Markdown
Contributor

Congratulations, your PR was merged at ce786c2. Thanks a lot for contributing to OCA. ❤️

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.

10 participants