~camptocamp/c2c-rd-addons/8.0a

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- coding: utf-8 -*-
{
     "name"         : "Budget Products",
     "version"      : "1.0",
     "author"       : "ChriCar Beteiligungs- und beratungs GmbH",
     "website"      : "http://www.chricar.at/ChriCar",
     "description"  : """Allows to plan production and sales quantities for products sales prices
generated 2009-08-18 23:44:30+02""",
     "category"     : "Client Modules/ChriCar Addons",
     "depends"      : ["base","product","c2c_budget","c2c_product_price_unit"],
     "init_xml"     : ["mig_budget_init.xml"],
     "demo_xml"     : [],
     "update_xml"   : ["budget_view.xml","security/ir.model.access.csv"],
     "active"       : False,
     "installable"  : True
}