[MERGE] trunk-first_10_clicks_init-rco (make modules base_setup and board not auto-installable)

bzr revid: rco@openerp.com-20120629135045-805vw3dd3ygtuvmq
This commit is contained in:
Raphael Collet 2012-06-29 15:50:45 +02:00
commit b7c39f3281
3 changed files with 3 additions and 3 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

@ -45,7 +45,7 @@ The user can also publish notes.
'board_demo.xml'
],
'installable': True,
'auto_install': True,
'auto_install': False,
'certificate': '0076912305725',
'images': ['images/1_dashboard_definition.jpeg','images/2_publish_note.jpeg','images/3_admin_dashboard.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', 'board', 'email_template', 'google_map'],
'init_xml': [],
'update_xml': [
'security/event_security.xml',