~camptocamp/c2c-rd-addons/7.0

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- coding: utf-8 -*-
{
     "name"         : "Product by Stock ",
     "version"      : "1.0",
     "author"       : "ChriCar Beteiligungs- und Beratungs- GmbH",
     "website"      : "http://www.chricar.at",
     "description"  : """Shows quantity and amount of products per production location""",
     "category"     : "Client Modules/ChriCar Addons",
     "depends"      : ["base","account","product","stock","chricar_view_id","c2c_stock_extension","c2c_stock_accounting","chricar_stock_dispo_production_V1"],
     "init_xml"     : [],
     "demo_xml"     : [],
     "update_xml"   : ["stock_product_production_view.xml"],
     "active"       : False,
     "installable"  : True
}