Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion alipay/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"summary": """Technical module to integrate odoo with Alipay""",
"category": "Hidden",
# "live_test_url": "",
"images": [],
"images": ['images/alipay.png'],
"version": "11.0.1.0.0",
"application": False,

Expand Down
Binary file added alipay/images/alipay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alipay/static/description/alipay_tracking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
98 changes: 98 additions & 0 deletions alipay/static/description/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2 class="oe_slogan" style="color:#875A7B;">Alipay API</h2>
<h3 class="oe_slogan">Basic tools to integrate Odoo and Alipay</h3>
</div>
</div>
</section>

<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<div class="alert alert-success oe_mt32" style="padding:0.3em 0.6em; font-size: 150%;">
If you don't know how Asia turned down cash with <i>Alipay</i>, check, for example, this <a href="https://m.youtube.com/watch?v=t5ElQaVjQZE">video.</a>
</div>
</div>
</div>
</section>

<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan"><b>Activate Developer Mode and Create following parameters</b></h4>
<div class="oe_row_img oe_centered">
<img class="oe_demo oe_picture oe_screenshot" src="parameters.png"/>
</div>
</div>
</section>

<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan"><b>To debug UI, create <i>alipay.local_sandbox</i> with value 1</b></h4>
<div class="oe_row_img oe_centered">
<img class="oe_demo oe_picture oe_screenshot" src="sandbox.png"/>
</div>
</div>
</section>

<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan"><b>Alipay records (Orders, Refunds, etc.) can be found at <i>Invoicing >> Configuration >> Alipay</i></b></h4>
<div class="oe_row_img oe_centered">
<img class="oe_demo oe_picture oe_screenshot" src="alipay_tracking.png"/>
</div>
</div>
</section>

<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span8">
<h2>Need our service?</h2>
<p class="oe_mt32">Contact us by <a href="mailto:[email protected]">email</a> or fill out <a href="https://www.it-projects.info/page/website.contactus " target="_blank">request form</a></p>
<ul>
<li><a href="mailto:[email protected]">[email protected] <i class="fa fa-envelope-o"></i></a></li>
<li><a href="https://www.it-projects.info/page/website.contactus " target="_blank">https://www.it-projects.info/page/website.contactus <i class="fa fa-list-alt"></i></a></li>
<li><a href="https://m.me/itprojectsllc" target="_blank">https://m.me/itprojectsllc <i class="fa fa-facebook-square"></i></a></li>
<li>[email protected] <i class="fa fa-skype"></i></li>
</ul>
</div>
<div class="oe_span4">
<div class="stamp" style="width:200px;">
<div style="margin-top: 15px;
position: relative;
font-family:'Vollkorn', serif;
font-size: 16px;
line-height: 25px;
text-transform: uppercase;
font-weight: bold;
color: #75526b;
border: 3px dashed #75526b;
float: left;
padding: 4px 12px;
-webkit-transform: rotate(6deg);
-o-transform: rotate(6deg);
-moz-transform: rotate(6deg);
-ms-transform: rotate(6deg);">
Tested on Odoo<br/>11.0 community
</div>
<div style="margin-top: 15px;
position: relative;
font-family:'Vollkorn', serif;
font-size: 16px;
line-height: 25px;
text-transform: uppercase;
font-weight: bold;
color: #75526b;
border: 3px dashed #75526b;
float: left;
padding: 4px 12px;
-webkit-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
-moz-transform: rotate(-7deg);
-ms-transform: rotate(-7deg);">
Tested on Odoo<br/>11.0 enterprise
</div>
</div>
</div>
</div>
</section>
Binary file added alipay/static/description/parameters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added alipay/static/description/sandbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pos_alipay/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Barcode Payment
QR Code Payment
---------------

* Cashier clicks a button to get one-time url and shows it to Buyer as a QR Code
* Cashier clicks a button to get one-time url and shows it to Buyer as a QR Code

* QR can be shown in POS
* QR can be shown in Mobile POS (``pos_mobile`` module is recommended)
Expand Down
2 changes: 1 addition & 1 deletion pos_alipay/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"summary": """Support payment by scanning user's QR""",
"category": "Point of Sale",
# "live_test_url": "",
"images": [],
"images": ['images/pos_alipay.png'],
"version": "11.0.1.0.0",
"application": False,

Expand Down
Binary file added pos_alipay/images/pos_alipay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
100 changes: 100 additions & 0 deletions pos_alipay/static/description/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2 class="oe_slogan" style="color:#875A7B;">Alipay Payments in POS</h2>
<h3 class="oe_slogan">Connecting tool for Alipay and POS in Odoo</h3>
</div>
</div>
</section>

<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<div class="alert alert-success oe_mt32" style="padding:0.3em 0.6em; font-size: 150%;">
If you don't know how Asia turned down cash with <i>Alipay</i>, check, for example, this <a href="https://m.youtube.com/watch?v=t5ElQaVjQZE">video.</a>
</div>
</div>
</div>
</section>

<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan"><b>Show QR code to buyer</b></h4>
<div class="oe_row_img oe_centered">
<img class="oe_demo oe_picture oe_screenshot" src="pos_1.png"/>
</div>
</div>
</section>


<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan"><b>Scan buyer's QR code via device's camera</b></h4>
<div class="oe_row_img oe_centered">
<img class="oe_demo oe_picture oe_screenshot" src="pos_2.png"/>
</div>
</div>
</section>

<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<h4 class="oe_slogan"><b>Scan buyer's QR code via external device</b></h4>
<div class="oe_row_img oe_centered">
<img class="oe_demo oe_picture oe_screenshot" src="pos_3.png"/>
</div>
</div>
</section>


<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span8">
<h2>Need our service?</h2>
<p class="oe_mt32">Contact us by <a href="mailto:[email protected]">email</a> or fill out <a href="https://www.it-projects.info/page/website.contactus " target="_blank">request form</a></p>
<ul>
<li><a href="mailto:[email protected]">[email protected] <i class="fa fa-envelope-o"></i></a></li>
<li><a href="https://www.it-projects.info/page/website.contactus " target="_blank">https://www.it-projects.info/page/website.contactus <i class="fa fa-list-alt"></i></a></li>
<li><a href="https://m.me/itprojectsllc" target="_blank">https://m.me/itprojectsllc <i class="fa fa-facebook-square"></i></a></li>
<li>[email protected] <i class="fa fa-skype"></i></li>
</ul>
</div>
<div class="oe_span4">
<div class="stamp" style="width:200px;">
<div style="margin-top: 15px;
position: relative;
font-family:'Vollkorn', serif;
font-size: 16px;
line-height: 25px;
text-transform: uppercase;
font-weight: bold;
color: #75526b;
border: 3px dashed #75526b;
float: left;
padding: 4px 12px;
-webkit-transform: rotate(6deg);
-o-transform: rotate(6deg);
-moz-transform: rotate(6deg);
-ms-transform: rotate(6deg);">
Tested on Odoo<br/>11.0 community
</div>
<div style="margin-top: 15px;
position: relative;
font-family:'Vollkorn', serif;
font-size: 16px;
line-height: 25px;
text-transform: uppercase;
font-weight: bold;
color: #75526b;
border: 3px dashed #75526b;
float: left;
padding: 4px 12px;
-webkit-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
-moz-transform: rotate(-7deg);
-ms-transform: rotate(-7deg);">
Tested on Odoo<br/>11.0 enterprise
</div>
</div>
</div>
</div>
</section>
Binary file added pos_alipay/static/description/pos_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pos_alipay/static/description/pos_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pos_alipay/static/description/pos_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions pos_wechat_miniprogram/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=========================================
Integrate POS with WeChat mini-program
=========================================
==========================
POS: WeChat Mini-program
==========================

Integrate POS with WeChat mini-program

Expand Down
4 changes: 2 additions & 2 deletions pos_wechat_miniprogram/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright 2018 Dinar Gabbasov <https://it-projects.info/team/GabbasovDinar>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{
"name": """Integrate POS with WeChat mini-program""",
"name": """POS: WeChat Mini-program""",
"summary": """Integrate POS with WeChat mini-program""",
"category": "Point of Sale",
# "live_test_url": "",
"images": [],
"images": ["images/pos_wechat_miniprogram.jpg"],
"version": "11.0.1.0.0",
"application": False,

Expand Down
6 changes: 3 additions & 3 deletions pos_wechat_miniprogram/doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
========================================
Integrate POS with WeChat mini-program
========================================
==========================
POS: WeChat Mini-program
==========================

Follow instructions of `WeChat API <https://apps.odoo.com/apps/modules/11.0/wechat_miniprogram/>`__ module.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions pos_wechat_miniprogram/static/description/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2 class="oe_slogan" style="color:#875A7B;">POS: WeChat Mini-program</h2>
<h3 class="oe_slogan">Integrate POS with WeChat Mini-program</h3>
</div>
</div>
</section>

<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<div class="alert alert-success oe_mt32" style="padding:0.3em 0.6em; font-size: 150%;">
Follow instructions of <a href="https://apps.odoo.com/apps/modules/11.0/wechat/"></a> WeChat API module.
</div>

</div>
</div>
</section>

<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span8">
<h2>Need our service?</h2>
<p class="oe_mt32">Contact us by <a href="mailto:[email protected]">email</a> or fill out <a href="https://www.it-projects.info/page/website.contactus " target="_blank">request form</a></p>
<ul>
<li><a href="mailto:[email protected]">[email protected] <i class="fa fa-envelope-o"></i></a></li>
<li><a href="https://www.it-projects.info/page/website.contactus " target="_blank">https://www.it-projects.info/page/website.contactus <i class="fa fa-list-alt"></i></a></li>
<li><a href="https://m.me/itprojectsllc" target="_blank">https://m.me/itprojectsllc <i class="fa fa-facebook-square"></i></a></li>
<li>[email protected] <i class="fa fa-skype"></i></li>
</ul>
</div>
<div class="oe_span4">
<div class="stamp" style="width:200px;">
<div style="margin-top: 15px;
position: relative;
font-family:'Vollkorn', serif;
font-size: 16px;
line-height: 25px;
text-transform: uppercase;
font-weight: bold;
color: #75526b;
border: 3px dashed #75526b;
float: left;
padding: 4px 12px;
-webkit-transform: rotate(6deg);
-o-transform: rotate(6deg);
-moz-transform: rotate(6deg);
-ms-transform: rotate(6deg);">
Tested on Odoo<br/>11.0 community
</div>
<div style="margin-top: 15px;
position: relative;
font-family:'Vollkorn', serif;
font-size: 16px;
line-height: 25px;
text-transform: uppercase;
font-weight: bold;
color: #75526b;
border: 3px dashed #75526b;
float: left;
padding: 4px 12px;
-webkit-transform: rotate(-7deg);
-o-transform: rotate(-7deg);
-moz-transform: rotate(-7deg);
-ms-transform: rotate(-7deg);">
Tested on Odoo<br/>11.0 enterprise
</div>
</div>
</div>
</div>
</section>
2 changes: 1 addition & 1 deletion qcloud_sms/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"summary": """Technical module to intergrate odoo with Tencent Cloud SMS""",
"category": "Hidden",
# "live_test_url": "",
"images": [],
"images": ["images/qcloud_sms1.jpg"],
"version": "11.0.1.0.0",
"application": False,

Expand Down
Binary file added qcloud_sms/images/qcloud_sms1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading