-
-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/9.0' into 10.0-merge-9.0-multi…
…-session
- Loading branch information
Showing
17 changed files
with
264 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,9 @@ language: python | |
|
||
python: | ||
- "2.7" | ||
|
||
|
||
#dist: trusty | ||
|
||
sudo: false | ||
cache: pip | ||
|
||
|
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
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# -*- coding: utf-8 -*- | ||
{ | ||
"name": """POS Longpolling""", | ||
"summary": """Technical module implement instant updates in POS""", | ||
"category": "Point of Sale", | ||
"images": [], | ||
"version": "1.1.1", | ||
"application": False, | ||
|
||
"author": "IT-Projects LLC, Dinar Gabbasov", | ||
"support": "apps@it-projects.info", | ||
"website": "https://twitter.com/gabbasov_dinar", | ||
"license": "GPL-3", | ||
# "price": 0.00, | ||
# "currency": "EUR", | ||
|
||
"depends": [ | ||
"bus", | ||
"point_of_sale", | ||
], | ||
"external_dependencies": {"python": [], "bin": []}, | ||
"data": [ | ||
"views/pos_longpolling_template.xml", | ||
"views/pos_longpolling_view.xml", | ||
], | ||
"qweb": [ | ||
"static/src/xml/pos_longpolling_connection.xml", | ||
], | ||
"demo": [], | ||
|
||
"post_load": None, | ||
"pre_init_hook": None, | ||
"post_init_hook": None, | ||
|
||
"auto_install": False, | ||
"installable": True, | ||
} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
*.png |
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# -*- coding: utf-8 -*- | ||
{ | ||
"name": """Sync POS orders across multiple sessions""", | ||
"summary": """Use multiple POS for handling orders""", | ||
"category": "Point Of Sale", | ||
"images": ["images/pos-multi-session.png"], | ||
"version": "3.0.2", | ||
"application": False, | ||
|
||
"author": "IT-Projects LLC, Ivan Yelizariev", | ||
"support": "apps@it-projects.info", | ||
"website": "https://yelizariev.github.io", | ||
"license": "LGPL-3", | ||
"price": 160.00, | ||
"currency": "EUR", | ||
|
||
"depends": [ | ||
"pos_disable_payment", | ||
"pos_longpolling", | ||
], | ||
"external_dependencies": {"python": [], "bin": []}, | ||
"data": [ | ||
"security/ir.model.access.csv", | ||
"views/pos_multi_session_views.xml", | ||
], | ||
"qweb": [ | ||
"static/src/xml/pos_multi_session.xml", | ||
], | ||
"demo": [ | ||
"demo/demo.xml", | ||
], | ||
|
||
"post_load": None, | ||
"pre_init_hook": None, | ||
"post_init_hook": None, | ||
|
||
"auto_install": False, | ||
"installable": True, | ||
} |
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
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
Oops, something went wrong.