From c5cd74e03fc19b13f0dd656bdca51680bfbb972e Mon Sep 17 00:00:00 2001 From: ndeet Date: Tue, 9 Jul 2024 11:13:11 +0200 Subject: [PATCH] Minor clarification. --- payment_btcpay/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/payment_btcpay/README.md b/payment_btcpay/README.md index 96f6a01..3755eb8 100644 --- a/payment_btcpay/README.md +++ b/payment_btcpay/README.md @@ -1,12 +1,12 @@ -# payment_btcpay -# BTCPay Server payment gateway for Odoo 16.0 +# BTCPay Server payment gateway for Odoo 16 -## 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. ![BTCPay Server Website](../payment_btcpay/static/description/BTCPayServer_org.png) ## 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) +* 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 * Install dependencies by running `pip install -r requirements.txt` (from inside the `payment_btcpay` directory) * Restart Odoo