[FIX] Set the auto_install flag to False

bzr revid: stw@openerp.com-20140123102632-2zhttz8u3vh29tct
This commit is contained in:
Stephane Wirtel 2014-01-23 11:26:32 +01:00
parent c051307852
commit f27237b8dd
3 changed files with 3 additions and 3 deletions

View File

@ -15,5 +15,5 @@ OpenERP Contact Form
'views/website_crm.xml',
],
'installable': True,
'auto_install': True,
'auto_install': False,
}

View File

@ -44,5 +44,5 @@
'static/src/xml/website_mail.xml'
],
'installable': True,
'auto_install': True,
'auto_install': False,
}

View File

@ -14,5 +14,5 @@
'data': [
'views/website_payment_templates.xml',
],
'auto_install': True,
'auto_install': False,
}