# Copyright 2014-2018 Ivan Yelizariev # Copyright 2017 Gabbasov Dinar # Copyright 2018-2019 Kolushov Alexandr # Copyright 2018 Ildar Nasyrov # License MIT (https://opensource.org/licenses/MIT). { "name": """POS: show product qty""", "summary": """Adds available quantity at products in POS""", "category": "Point Of Sale", # "live_test_url": "http://apps.it-projects.info/shop/product/DEMO-URL?version={ODOO_BRANCH}", "images": ["images/pos_product_available.jpg"], "version": "12.0.1.1.1", "application": False, "author": "IT-Projects LLC, Ivan Yelizariev", "support": "apps@itpp.dev", "website": "https://apps.odoo.com/apps/modules/12.0/pos_product_available/", "license": "Other OSI approved licence", # MIT # "price": 9.00, # "currency": "EUR", "depends": ["point_of_sale", "stock"], "external_dependencies": {"python": [], "bin": []}, "data": ["data.xml", "views/views.xml"], "qweb": ["static/src/xml/pos.xml"], "post_load": None, "pre_init_hook": None, "post_init_hook": None, "uninstall_hook": None, "auto_install": False, "installable": True, }