[IMP] make base_setup not auto-installable

bzr revid: rco@openerp.com-20120629125411-7bxv2akfc1413fog
This commit is contained in:
Raphael Collet 2012-06-29 14:54:11 +02:00
parent 37601079a9
commit 2937ed7a6a
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ Shows you a list of applications features to install from.
'update_xml': ['security/ir.model.access.csv', 'base_setup_views.xml', 'res_config_view.xml'],
'demo_xml': [],
'installable': True,
'auto_install': True,
'auto_install': False,
'certificate': '0086711085869',
'images': ['images/base_setup1.jpeg','images/base_setup2.jpeg','images/base_setup3.jpeg','images/base_setup4.jpeg',],
}

View File

@ -39,7 +39,7 @@ Note that:
Association / Configuration / Types of Events
""",
'author': 'OpenERP SA',
'depends': ['email_template','google_map'],
'depends': ['base_setup', 'email_template', 'google_map'],
'init_xml': [],
'update_xml': [
'security/event_security.xml',