You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
In a new db.
Install account_payment_mode
Install payment_stripe or payment_adyen
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
Module
account_payment_mode
Describe the bug
If you has installed module
account_payment_mode
and any of this modulespayment_stripe
orpayment_adyen
, when you install a localisation module such asl10n_generic_coa
the following error happensTo Reproduce
Affected versions:
Steps to reproduce the behavior:
account_payment_mode
payment_stripe
orpayment_adyen
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
The text was updated successfully, but these errors were encountered: