Browse Source

[FIX] disable auto_install

pull/4/head
Étienne Beaudry Auger 12 years ago
parent
commit
b06e463a3a
  1. 2
      web_color/__openerp__.py

2
web_color/__openerp__.py

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