* Add external dependencies to manifest to avoid error on module activation; add requirements.txt. * Readme * Fix errors, restructure settings form, update installation steps, streamline overall. * Change version
13 lines
551 B
XML
13 lines
551 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo noupdate="1">
|
|
|
|
<record id="payment_provider_btcpay" model="payment.provider">
|
|
<field name="name">BTCPay payments</field>
|
|
<field name="display_as">Pay with Bitcoin / Lightning Network</field>
|
|
<field name="code">btcpay</field>
|
|
<field name="image_128" type="base64" file="payment_btcpay/static/description/icon.png"/>
|
|
<field name="module_id" ref="base.module_payment_btcpay"/>
|
|
<field name="redirect_form_view_id" ref="redirect_form"/>
|
|
</record>
|
|
|
|
</odoo> |