|
2 | 2 | # Copyright 2017-2018 Ilmir Karamov <https://it-projects.info/team/ilmir-k> |
3 | 3 | # Copyright 2018 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr> |
4 | 4 | # Copyright 2020 Almas Giniatullin <https://it-projects.info/team/almas50> |
| 5 | +# Copyright 2021 Denis Mudarisov <https://github.com/trojikman> |
5 | 6 | # License MIT (https://opensource.org/licenses/MIT). |
6 | 7 | { |
7 | 8 | "name": """Lock POS Screen""", |
8 | 9 | "summary": """Automatically lock pos on inactivity""", |
9 | 10 | "category": "Point of Sale", |
10 | 11 | # "live_test_url": "http://apps.it-projects.info/shop/product/pos-logout?version=13.0", |
11 | 12 | "images": ["images/pos_logout_main.png"], |
12 | | - "version": "13.0.1.0.0", |
| 13 | + "version": "13.0.2.0.0", |
13 | 14 | "application": False, |
14 | 15 | "author": "IT-Projects LLC, Dinar Gabbasov", |
15 | 16 | |
16 | 17 | "website": "https://it-projects.info/team/GabbasovDinar", |
17 | 18 | "license": "Other OSI approved licence", # MIT |
18 | 19 | "price": 20.00, |
19 | 20 | "currency": "EUR", |
20 | | - "depends": ["pos_pin"], |
| 21 | + "depends": ["point_of_sale"], |
21 | 22 | "external_dependencies": {"python": [], "bin": []}, |
22 | 23 | "data": ["views/pos_logout.xml"], |
23 | 24 | "qweb": ["static/src/xml/pos.xml"], |
|
0 commit comments