You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

29 lines
1.0 KiB

# Copyright 2014-2018 Ivan Yelizariev<https://it-projects.info/team/yelizariev>
# Copyright 2017 Gabbasov Dinar<https://it-projects.info/team/GabbasovDinar>
# Copyright 2018 Kolushov Alex<https://it-projects.info/team/KolushovAlexandr>
# Copyright 2018 Ildar Nasyrov<https://it-projects.info/team/iledarn>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
{
"name": """Available quantity of products in POS""",
"summary": """Adds available quantity at products in POS""",
"category": "Point Of Sale",
"images": [],
"version": "12.0.1.0.0",
"application": False,
"author": "IT-Projects LLC, Ivan Yelizariev, "
"Odoo Community Association (OCA)",
"support": "pos@it-projects.info",
"website": "https://github.com/OCA/pos",
"license": "LGPL-3",
"depends": [
'point_of_sale',
],
'data': [
'data/pos_product_qty_available_data.xml',
],
'qweb': [
'static/src/xml/pos.xml',
],
"auto_install": False,
"installable": True,
}