New version 16.0

This commit is contained in:
vandekul
2023-09-15 14:42:14 +02:00
parent ac2194498a
commit 7810629596
36 changed files with 403 additions and 1681 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

+6 -6
View File
@@ -4,7 +4,7 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<h2 class="oe_slogan">BTCPay Gateway</h2>
<h3 class="oe_slogan">This is the module to connect Odoo 9.0 and Btcpay</h3>
<h3 class="oe_slogan">This is the module to connect Odoo 16.0 and Btcpay</h3>
<div class="oe_span6">
<div class="oe_bg_img">
<img src="Btcpay_com.png" class="oe_picture oe_screenshot">
@@ -12,7 +12,7 @@
</div>
<div class="oe_span6">
<p class='oe_mt32'>
This module allow you to create an easily way to accept Bitcoins.
This module allow you to create an easily way to accept Bitcoins
</p>
</div>
</div>
@@ -20,18 +20,19 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<h2 class="oe_slogan">Configure Payment Acquirer</h2>
<h2 class="oe_slogan">Configure Payment Provider</h2>
<div class="oe_span6">
<p class='oe_mt32'>
<ul>
<li><strong>IMPORTANT:</strong> You must install btcpay library before install this module (pip3 install btcpay-python)</li>
https://stackoverflow.com/questions/72409563/unsupported-hash-type-ripemd160-with-hashlib-in-python
<li>Install BTCPay Module -> Website -> eCommerce -> Payment Acquirers -> BTCPay</li>
<li>Put your facace. Best option is 'merchant'.</li>
<li>Put the location as test or live url. Test example url: https://testnet.demo.btcpayserver.org</li>
<li>Put the Confirmation URL where BTCpay will return after payment.</li>
<li>Check if you want that Odoo send an email to your buyer after transaction is "Confirmed"</li>
<li>Put your "Pairing Code" if you want that system get the "Token", after that "Pairing Code" will be deleted and the "Token" will appear in the corresponding field. You must safe the changes in order that this happens. NOTE: if you want to get new "Token" throw new "Pairing Code", please remove the "Token" field. Keep in mind that "Token" field must be in blank if you want to get throw the API.</li>
<li>Put your "Token" if you have it and don't want to use Pairing Code to get it. Remember, if you want to get throw API please don't write anything here.</li>
<li>If you have a Private Key you can write here otherwise system will get when you safe the Payment Acquirer </li>
<li>If you have a Private Key you can write here otherwise system will get when you safe the Payment Provider </li>
<li>Remember to Publish On Website</li>
</ul>
</p>
@@ -73,7 +74,6 @@
<li>Transaction Id: cryptocurrency transaction hash for the executed payout.</li>
<li>Invoice Id: the id of the invoice for which you want to fetch an event token</li>
<li>Transaction Status: That indicates state of transaction</li>
<li>Buyer Mail Notification: Indicates if mail has been sent or if not (it will be in blank)</li>
</ul>
</p>
</div>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB