diff --git a/pos_product_available/README.rst b/pos_product_available/README.rst new file mode 100644 index 0000000..71dcbed --- /dev/null +++ b/pos_product_available/README.rst @@ -0,0 +1,35 @@ +.. image:: https://itpp.dev/images/infinity-readme.png + :alt: Tested and maintained by IT Projects Labs + :target: https://itpp.dev + +.. image:: https://img.shields.io/badge/license-MIT-blue.svg + :target: https://opensource.org/licenses/MIT + :alt: License: MIT + +======================= + POS: show product qty +======================= + +Adds available quantity at products in POS + +Module potentialy isn't compatible with modules that overrides `get_price` method in JS + +Questions? +========== + +To get an assistance on this module contact us by email :arrow_right: help@itpp.dev + +Contributors +============ +* `Ivan Yelizariev `__ + + +Further information +=================== + +Odoo Apps Store: https://apps.odoo.com/apps/modules/12.0/pos_product_available/ + + +Notifications on updates: `via Atom `_, `by Email `_ + +Tested on `Odoo 12.0 `_ diff --git a/pos_product_available/__init__.py b/pos_product_available/__init__.py new file mode 100644 index 0000000..1d99e04 --- /dev/null +++ b/pos_product_available/__init__.py @@ -0,0 +1,3 @@ +# License MIT (https://opensource.org/licenses/MIT). + +from . import models diff --git a/pos_product_available/__manifest__.py b/pos_product_available/__manifest__.py new file mode 100644 index 0000000..d5ef6b3 --- /dev/null +++ b/pos_product_available/__manifest__.py @@ -0,0 +1,30 @@ +# 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, +} diff --git a/pos_product_available/data.xml b/pos_product_available/data.xml new file mode 100644 index 0000000..bcf97fa --- /dev/null +++ b/pos_product_available/data.xml @@ -0,0 +1,34 @@ + + + +