Add Bitcoin icon for using on the payment button.

This commit is contained in:
jofemodo
2020-09-15 13:57:06 +02:00
parent 01d2a36d37
commit b2820f1cb2
4 changed files with 5 additions and 4 deletions
@@ -23,9 +23,9 @@
<openerp> <openerp>
<data noupdate="1"> <data noupdate="1">
<record id="payment_acquirer_btcpay" model="payment.acquirer"> <record id="payment_acquirer_btcpay" model="payment.acquirer">
<field name="name">Btcpay</field> <field name="name">BTCPay</field>
<field name="image" type="base64" file="payment_btcpay/static/description/icon.png"/> <field name="image" type="base64" file="payment_btcpay/static/description/bitcoin_icon.png"/>
<field name="provider">btcpay</field> <field name="provider">BTCPay</field>
<field name="company_id" ref="base.main_company"/> <field name="company_id" ref="base.main_company"/>
<field name="view_template_id" ref="btcpay_acquirer_form"/> <field name="view_template_id" ref="btcpay_acquirer_form"/>
<field name="environment">test</field> <field name="environment">test</field>
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

@@ -44,3 +44,4 @@
</template> </template>
</data> </data>
</openerp> </openerp>