añadido pos_product_available desde odoo app
https://apps.odoo.com/apps/modules/12.0/pos_product_available/
This commit is contained in:
parent
89d58a2aff
commit
f1c8cf8414
24 changed files with 1030 additions and 0 deletions
30
pos_product_available/__manifest__.py
Normal file
30
pos_product_available/__manifest__.py
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Copyright 2014-2018 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
|
||||
# Copyright 2017 Gabbasov Dinar <https://it-projects.info/team/GabbasovDinar>
|
||||
# Copyright 2018-2019 Kolushov Alexandr <https://it-projects.info/team/KolushovAlexandr>
|
||||
# Copyright 2018 Ildar Nasyrov <https://it-projects.info/team/iledarn>
|
||||
# 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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue