Minor clarification.
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
# payment_btcpay
|
# BTCPay Server payment gateway for Odoo 16
|
||||||
# BTCPay Server payment gateway for Odoo 16.0
|
|
||||||
|
|
||||||
## This is the module to connect Odoo 16.0 and BTCPay
|
## This is the module to connect Odoo 16 and BTCPay Server
|
||||||
This module allows you to accept bitcoin (and other cryptocurrency) payments in your Odoo e-commerce store.
|
This module allows you to accept bitcoin (and other cryptocurrency) payments in your Odoo e-commerce store.
|
||||||

|

|
||||||
|
|
||||||
## Install the module
|
## Install the module
|
||||||
* Clone our [repository](https://github.com/btcpayserver/odoo) or download the .zip from the [releases page](https://github.com/btcpayserver/odoo/releases)
|
* Clone our [repository](https://github.com/btcpayserver/odoo) or download the .zip from the [releases page](https://github.com/btcpayserver/odoo/releases)
|
||||||
|
* Make sure you are on branch `16.0` or downloaded a release tagged with version v16.x
|
||||||
* Place the `payment_btcpay` directory in your Odoo addons directory
|
* Place the `payment_btcpay` directory in your Odoo addons directory
|
||||||
* Install dependencies by running `pip install -r requirements.txt` (from inside the `payment_btcpay` directory)
|
* Install dependencies by running `pip install -r requirements.txt` (from inside the `payment_btcpay` directory)
|
||||||
* Restart Odoo
|
* Restart Odoo
|
||||||
|
|||||||
Reference in New Issue
Block a user