-
-
Notifications
You must be signed in to change notification settings - Fork 585
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
23 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,11 @@ | |
"name": """POS: Pay SO & Invoices""", | ||
"summary": """Handle the payment process for Sale Orders/Invoices over Point of Sale""", | ||
"category": "Point of Sale", | ||
# "live_test_url": "http://apps.it-projects.info/shop/product/pos-invoice-pay?version=13.0", | ||
"images": ["images/pos_invoice_pay_main.png"], | ||
"version": "13.0.1.2.5", | ||
"application": False, | ||
"author": "IT-Projects LLC, Artyom Losev", | ||
"support": "[email protected]", | ||
"support": "[email protected]", | ||
"website": "https://apps.odoo.com/apps/modules/13.0/pos_invoice_pay/", | ||
"license": "Other OSI approved licence", # MIT | ||
"price": 89.00, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -223,12 +223,9 @@ <h4 class="oe_slogan"><b>Configuration</b></h4> | |
<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> | ||
<p class="oe_mt32">Contact us by <a href="mailto:[email protected]">email</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> | ||
<li><a href="mailto:[email protected]">[email protected] <i class="fa fa-envelope-o"></i></a></li> | ||
</ul> | ||
</div> | ||
<div class="oe_span4"> | ||
|