[IMP]Complete to pass test for module quality successfully

bzr revid: christophe.chauvet@syleam.fr-20091207214633-xnjuvmei5p0qiul4
This commit is contained in:
Christophe Chauvet 2009-12-07 22:46:33 +01:00
parent 50bdc19610
commit a5aa5ca822
1 changed files with 13 additions and 3 deletions

View File

@ -24,13 +24,23 @@
'name': 'Multi Company',
'version': '1.0',
'category': 'Custom',
'description': " ",
'description': """This module add the possibility to easily manage
the default value for each object
""",
'author': 'Tiny',
'depends': ['base','sale','project'],
'website': 'http://www.openerp.com/',
'depends': [
'base',
'sale',
'project'
],
'init_xml': [],
'update_xml': [
'multi_company_view.xml',
],
'demo_xml': ['multi_company_demo.xml'],
'demo_xml': [
'multi_company_demo.xml'
],
'installable': True,
'active': False,
}