[IMP] Portal, now auto_install (also all of its dependencies)

bzr revid: vta@openerp.com-20121212112237-1uvr5kuwheyq0sri
This commit is contained in:
vta vta@openerp.com 2012-12-12 12:22:37 +01:00
parent 35099eb3c5
commit afad97f722
6 changed files with 6 additions and 3 deletions

View File

@ -30,6 +30,7 @@ Allow users to sign up and reset their password
'category': 'Authentication',
'website': 'http://www.openerp.com',
'installable': True,
'auto_install': True,
'depends': [
'base_setup',
'email_template',

View File

@ -42,7 +42,7 @@ Shows you a list of applications features to install from.
],
'demo': [],
'installable': True,
'auto_install': False,
'auto_install': True,
'images': ['images/base_setup1.jpeg','images/base_setup2.jpeg','images/base_setup3.jpeg','images/base_setup4.jpeg',],
'css': ['static/src/css/base_setup.css'],
}

View File

@ -64,7 +64,7 @@ campaigns on any OpenERP document.
],
'demo': ['res_partner_demo.yml'],
'installable': True,
'auto_install': False,
'auto_install': True,
'images': ['images/1_email_account.jpeg','images/2_email_template.jpeg','images/3_emails.jpeg'],
}

View File

@ -70,7 +70,7 @@ Main Features
'data/mail_group_demo_data.xml',
],
'installable': True,
'auto_install': False,
'auto_install': True,
'application': True,
'images': [
'images/customer_history.jpeg',

View File

@ -52,6 +52,7 @@ very handy when used in combination with the module 'share'.
],
'demo': ['portal_demo.xml'],
'css': ['static/src/css/portal.css'],
'auto_install': True,
'installable': True,
}

View File

@ -49,6 +49,7 @@ synchronization with other companies.
'wizard/share_wizard_view.xml'
],
'installable': True,
'auto_install': True,
'web': True,
'js': ['static/src/js/share.js'],
'css': ['static/src/css/share.css'],