[IMP] Portal auto_install, and all dependencies also.

bzr revid: vta@openerp.com-20121130151346-uyl4t6fr1990f756
This commit is contained in:
vta vta@openerp.com 2012-11-30 16:13:46 +01:00
parent f8ebf98c96
commit c1a1f51ae5
5 changed files with 6 additions and 3 deletions

View File

@ -30,6 +30,7 @@ Allow users to sign up.
'category': 'Authentication',
'website': 'http://www.openerp.com',
'installable': True,
'auto_install': True,
'depends': ['base_setup'],
'data': [
'auth_signup_data.xml',

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

@ -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

@ -22,6 +22,8 @@
{
'name' : 'Portal',
'version': '1.0',
'installable': True,
'auto_install': True,
'depends': [
'base',
'share',
@ -53,7 +55,6 @@ very handy when used in combination with the module 'share'.
],
'demo': ['portal_demo.xml'],
'css': ['static/src/css/portal.css'],
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

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'],