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