mollie / mollie-odoo

Mollie Payments plugin for Odoo - an open source CRM and ERP
29 stars 49 forks source link

Mollie V14 invalid Mollie profile ID #133

Closed eguane closed 1 year ago

eguane commented 1 year ago

Hi with the last version off mollie 14.0.0.10 when I try to edit or change any other payment acquirer, I can't save the change. Invalid field mollie profile id. image

Workarround, Desintalling the module mollie v14, change the payment acquirer, reinstall the module fix the issue !

odoo-mvds commented 1 year ago

Hello,

The profile ID is user when u want the credit card input during checkout of Odoo. You should disable that option.

Do you have that enabled?

eguane commented 1 year ago

Hello thanks for you response. As I can see mollie companents was checked wiht input the field profile id. I have unchecked components but the problem is still present. image

odoo-mvds commented 1 year ago

ok, the UI has a little bug here. However, you can just put the profile ID, which is much quicker than your workaround. We will update the UI in the next release.

br,

eguane commented 1 year ago

I put the correct profile ID and save it. Issue always present when trying to edit any another payment acquirer. Uninstall the module is the only good solution running for me.

BartvandenHout commented 1 year ago

change view: acquirer_form_view_mollie

                <field name="mollie_profile_id" password="True" attrs="{'invisible': ['|', ('provider', '!=', 'mollie'), ('mollie_use_components', '=', False)], 'required':  ['&amp;', ('provider', '=', 'mollie'), ('mollie_use_components', '=', True)]}"/>
                <label string=" " for="mollie_profile_id" attrs="{'invisible': ['|', ('provider', '!=', 'mollie'), ('mollie_use_components', '=', False)]}"> </label>
odoo-mvds commented 1 year ago

Hello,

Thanks for reporting this will be fixed in the new release.

br,

odoo-mvds commented 1 year ago

Hello,

The issue has been fixed in version 14.0.0.11 and update module available on app store. Our team will forward port this for v15 too if necessary.

Thanks for reporting.