Skip to content

[FIX] odoobin: fix AttributeError when addons is a list#148

Merged
sea-odoo merged 2 commits into
betafrom
fix/odoobin-attribute-error
Apr 23, 2026
Merged

[FIX] odoobin: fix AttributeError when addons is a list#148
sea-odoo merged 2 commits into
betafrom
fix/odoobin-attribute-error

Conversation

@sea-odoo
Copy link
Copy Markdown
Contributor

The addons argument is defined as a List, but combined_odoo_args was calling startswith() directly on the list object instead of its elements. Ensure we check the first element and join them back to a string when needed to reconstruct the original Odoo option.

The addons argument is defined as a List, but combined_odoo_args was
calling startswith() directly on the list object instead of its
elements.

Ensure we check the first element and join them back to a string when
needed to reconstruct the original Odoo option.

Assisted-by: gemini-3-flash <noreply@google.com>
Increment version number following the fix for the AttributeError in
odoobin.

Assisted-by: gemini-3-flash <noreply@google.com>
Copy link
Copy Markdown

@mija-odoo mija-odoo left a comment

Choose a reason for hiding this comment

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

LGTM

@sea-odoo sea-odoo merged commit bd07b3e into beta Apr 23, 2026
6 checks passed
@sea-odoo sea-odoo deleted the fix/odoobin-attribute-error branch April 23, 2026 09:58
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