From 86cf5af6fadf4675675f37450fd5c6b3eb1b5af7 Mon Sep 17 00:00:00 2001 From: ndeet Date: Tue, 9 Jul 2024 11:11:50 +0200 Subject: [PATCH] Adding general readme linking to both versions installation instructions. --- README.md | 11 +++++++++++ payment_btcpay/README.md | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b8295d6 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# BTCPay Server payment gateway for Odoo 16 and 17 + +## Accept bitcoin payments on Odoo 16 and 17 +This odoo addon allows you to accept bitcoin and Lightning Network (and other cryptocurrency) payments in your Odoo e-commerce store. +![BTCPay Server Website](./payment_btcpay/static/description/BTCPayServer_org.png) + +## How to install + +Please find the installation instructions here: +- [Odoo 17 documentation](https://github.com/btcpayserver/odoo/blob/17.0/payment_btcpay/README.md) +- [Odoo 16 documentation](https://github.com/btcpayserver/odoo/blob/16.0/payment_btcpay/README.md) \ No newline at end of file diff --git a/payment_btcpay/README.md b/payment_btcpay/README.md index 7d5052d..392addd 100644 --- a/payment_btcpay/README.md +++ b/payment_btcpay/README.md @@ -1,12 +1,12 @@ -# payment_btcpay -# BTCPay Server payment gateway for Odoo 17.0 +# BTCPay Server payment gateway for Odoo 17 -## This is the module to connect Odoo 17.0 and BTCPay +## This is the module to connect Odoo 17 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 `17.0` or downloaded a release tagged with version v17.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