[IMP] make base_import auto-install

bzr revid: xmo@openerp.com-20121005083440-xenjci6qag7bkk3n
This commit is contained in:
Xavier Morel 2012-10-05 10:34:40 +02:00
parent a6e22ea645
commit a3f1a64c45
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Re-implement openerp's file import system:
'author': 'OpenERP SA',
'depends': ['base'],
'installable': True,
'auto_install': False, # set to true and allow uninstall?
'auto_install': True,
'css': [
'static/lib/select2/select2.css',
'static/src/css/import.css',