[FIX] disable auto_install

pull/4/head
Étienne Beaudry Auger 2012-11-27 15:52:47 -05:00
parent b6641016fe
commit b06e463a3a
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@
],
'qweb' : ['static/src/xml/lib.xml'],
'installable': True,
'auto_install': True,
'auto_install': False,
'web_preload': False,
}