Skip to content

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
pga-odoo committed Jul 22, 2021
1 parent 22af1d5 commit 5e6faeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/payment_mollie/views/payment_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<group attrs="{'invisible': [('provider', '!=', 'mollie')]}">
<field name="mollie_api_key_test" attrs="{'required':[ ('provider', '=', 'mollie'), ('state', '=', 'test')]}" password="True"/>
<field name="mollie_api_key_prod" attrs="{'required':[ ('provider', '=', 'mollie'), ('state', '=', 'enabled')]}" password="True"/>
<field name="mollie_profile_id" attrs="{'required':[ ('provider', '=', 'mollie'), ('state', '=', 'enabled')]}" password="True"/>
<field name="mollie_profile_id" password="True"/>
<label string=" " for="mollie_profile_id"> </label>
<small class="text-muted"> Credit card option will not be displayed without profile ID.
<br/>
Expand Down

0 comments on commit 5e6faeb

Please sign in to comment.