Skip to content

Commit

Permalink
Show dashboard URL in readonly mode too
Browse files Browse the repository at this point in the history
  • Loading branch information
odoo-mvds committed Apr 6, 2021
1 parent df92cd2 commit 5f71efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payment_mollie_official/views/payment_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<field name="mollie_profile_id" attrs="{'required':[ ('provider', '=', 'mollie'), ('state', '=', 'enabled')]}" password="True"/>
<field name="mollie_voucher_enabled" invisible="1"/>
<label string=" " for="mollie_profile_id"> </label>
<small class="text-muted oe_edit_only"> Credit card option will not be displayed without profile ID.
<small class="text-muted"> Credit card option will not be displayed without profile ID.
<br/>
<b><a href="https://www.mollie.com/dashboard/developers/api-keys" target="_new"> Get your API keys <i class="fa fa-arrow-right"> </i> </a></b>
<br/>
Expand Down

0 comments on commit 5f71efd

Please sign in to comment.