-
-
Notifications
You must be signed in to change notification settings - Fork 583
/
__manifest__.py
46 lines (41 loc) · 1.19 KB
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": """POS Mobile UI""",
"summary": """Your Point of Sale in the Mobile Version""",
"category": "Point of Sale",
"live_test_url": "http://apps.it-projects.info/shop/product/pos-mobile-ui?version=11.0",
"images": ["images/pos_mobile.png"],
"version": "11.0.1.1.10",
"application": False,
"author": "IT-Projects LLC, Dinar Gabbasov",
"support": "pos@it-projects.info",
"website": "https://it-projects.info/team/GabbasovDinar",
"license": "LGPL-3",
"price": 300.00,
"currency": "EUR",
"depends": [
"point_of_sale",
"pos_debranding",
],
"external_dependencies": {"python": [], "bin": []},
"data": [
"views/pos_mobile_template.xml",
],
"qweb": [
"static/src/xml/pos.xml"
],
"demo": [
],
"post_load": None,
"pre_init_hook": None,
"post_init_hook": None,
"auto_install": False,
"installable": True,
"demo_title": "POS Mobile UI",
"demo_addons": ["pos_mobile_restaurant"],
"demo_addons_hidden": [],
"demo_url": "pos-mobile-ui",
"demo_summary": "Mobile screen support for POSes and Restaurants",
"demo_images": [
"images/pos_mobile.png"
]
}