[TODO] Re-enable when modules properly fixed (access rights)

bzr revid: ddm@openerp.com-20131204172334-9q0t4r4n5qd9w20b
This commit is contained in:
ddm 2013-12-04 18:23:34 +01:00
parent d9b40743b8
commit 2db8e35792
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -40,5 +40,5 @@ OpenERP Customer References
'views/website_customer.xml',
],
'qweb': [],
'installable': True,
'installable': False,
}

View File

@ -37,6 +37,6 @@ OpenERP Customer References + Partner Assign
'views/website_customer.xml',
],
'qweb': [],
'installable': True,
'auto_install': True,
'installable': False,
'auto_install': False,
}