[FIX] Multi_company : set active to be False

bzr revid: jvo@tinyerp.com-20091125054423-cgu8wdl1h292s705
This commit is contained in:
Jay (Open ERP) 2009-11-25 11:14:23 +05:30
parent 8f029db163
commit 2df0088b83
1 changed files with 2 additions and 3 deletions

View File

@ -26,13 +26,12 @@
'category': 'Custom',
'description': " ",
'author': 'Tiny',
'depends': ['base'],
'depends': ['base','sale','project'],
'update_xml': [
'multi_company_view.xml',
],
'demo_xml': ['multi_company_demo.xml'],
'installable': True,
'active': True,
'certificate': '',
'active': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: