[FIX] reintroduce a default value for auto_install (aka active) removed in 4003 revid:xmo@openerp.com-20120202154532-tq9x07ujf0bn9mcp

bzr revid: al@openerp.com-20120208005252-ke2v5mtkxpmyml6d
This commit is contained in:
Antony Lesuisse 2012-02-08 01:52:52 +01:00
parent f13de315be
commit acc91886c6
1 changed files with 1 additions and 0 deletions

View File

@ -332,6 +332,7 @@ def load_information_from_description_file(module):
'description': '',
'icon': get_module_icon(module),
'installable': True,
'auto_install': False,
'license': 'AGPL-3',
'name': False,
'post_load': None,