~trobz/web-addons/dashboard

« back to all changes in this revision

Viewing changes to web_color/__openerp__.py

  • Committer: Étienne Beaudry Auger
  • Date: 2012-11-27 20:52:47 UTC
  • Revision ID: etienne.b.auger@savoirfairelinux.com-20121127205247-z3itve99b9duen3d
[FIX] disable auto_install

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
     ],
41
41
    'qweb' : ['static/src/xml/lib.xml'],
42
42
    'installable': True,
43
 
    'auto_install': True,
 
43
    'auto_install': False,
44
44
    'web_preload': False,
45
45
}