# -*- coding: utf-8 -*- { 'name' : 'Barcode Stock Inventory', 'version' : '1.0', 'description' : """ """, 'author' : 'Eiru', 'category' : 'sale', 'depends' : [ 'sale', 'product_variant_search_by_attribute', ], 'data' : [ 'views/template.xml', 'views/stock_inventory_product_search_box.xml', ], 'qweb' : ['static/src/xml/*.xml',], 'installable' : True, 'auto_install' : False, }