Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0] account_payment_mode incompatible with payment_stripe and payment_adyen #1283

Open
EmilioPascual opened this issue Jun 5, 2024 · 0 comments
Labels

Comments

@EmilioPascual
Copy link

EmilioPascual commented Jun 5, 2024

Module

account_payment_mode

Describe the bug

If you has installed module account_payment_mode and any of this modules payment_stripe or payment_adyen, when you install a localisation module such as l10n_generic_coa the following error happens

odoo.tools.convert.ParseError: while parsing /opt/odoo/auto/addons/l10n_generic_coa/data/l10n_generic_coa_post.xml:79
Some payment methods supposed to be unique already exists somewhere else.
([adyen] Adyen (inbound), [stripe] Stripe (inbound))
View error context:
'-no context-'

To Reproduce

Affected versions:

Steps to reproduce the behavior:

  1. In a new db.
  2. Install account_payment_mode
  3. Install payment_stripe or payment_adyen
  4. Try install l10n_generic_coa

Expected behavior
Having a database with modules installed in that order

Additional context
Issue closed: #977
PR #1093 with fix but it didn't solve it

@moduon MT-6161

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant