[IMP] manifest: removed Hidden/Links category, use auto_install: True instead.

bzr revid: vmt@openerp.com-20120130100328-iuf60sy2ty8jbfjn
This commit is contained in:
Vo Minh Thu 2012-01-30 11:03:28 +01:00
parent ffbff476df
commit 95658b6fe4
8 changed files with 16 additions and 16 deletions

View File

@ -23,7 +23,7 @@
{
'name': 'Initial Setup Tools',
'version': '1.0',
'category': 'Hidden/Dependency',
'category': 'Hidden',
'complexity': "easy",
'description': """
This module helps to configure the system at the installation of a new database.
@ -39,7 +39,7 @@ Shows you a list of applications features to install from.
'update_xml': ['security/ir.model.access.csv', 'base_setup_views.xml' ],
'demo_xml': [],
'installable': True,
'active': True,
'auto_install': True,
'certificate': '0086711085869',
'images': ['images/base_setup1.jpeg','images/base_setup2.jpeg','images/base_setup3.jpeg','images/base_setup4.jpeg',],
}

View File

@ -22,7 +22,7 @@
{
'name': 'Dashboards',
'version': '1.0',
'category': 'Hidden/Dependency',
'category': 'Hidden',
'complexity': "normal",
'description': """
Lets the user create a custom dashboard.
@ -45,7 +45,7 @@ The user can also publish notes.
'board_demo.xml'
],
'installable': True,
'active': True,
'auto_install': True,
'certificate': '0076912305725',
'images': ['images/1_dashboard_definition.jpeg','images/2_publish_note.jpeg','images/3_admin_dashboard.jpeg',],
}

View File

@ -24,7 +24,7 @@
"version" : "1.0",
"depends" : ["fetchmail", "crm"],
"author" : "OpenERP SA",
"category": 'Hidden/Links',
"category": 'Hidden',
"description": """
""",
'website': 'http://www.openerp.com',
@ -35,7 +35,7 @@
'demo_xml': [
],
'installable': True,
'active': False,
'auto_install': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -24,7 +24,7 @@
"version" : "1.0",
"depends" : ["fetchmail", "crm_claim"],
"author" : "OpenERP SA",
'category': 'Hidden/Links',
'category': 'Hidden',
"description": """
""",
'website': 'http://www.openerp.com',
@ -35,7 +35,7 @@
'demo_xml': [
],
'installable': True,
'active': False,
'auto_install': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -24,7 +24,7 @@
"version" : "1.0",
"depends" : ["fetchmail", "hr_recruitment"],
"author" : "OpenERP SA",
"category": "Hidden/Links",
"category": "Hidden",
"description": """
""",
'website': 'http://www.openerp.com',
@ -35,7 +35,7 @@
'demo_xml': [
],
'installable': True,
'active': False,
'auto_install': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -24,7 +24,7 @@
"version" : "1.0",
"depends" : ["fetchmail", "project_issue"],
"author" : "OpenERP SA",
"category": "Hidden/Links",
"category": "Hidden",
"description": """
""",
'website': 'http://www.openerp.com',
@ -35,7 +35,7 @@
'demo_xml': [
],
'installable': True,
'active': False,
'auto_install': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -22,7 +22,7 @@
{
'name': 'Opportunity to Quotation',
'version': '1.0',
'category': 'Hidden/Links',
'category': 'Hidden',
'complexity': "easy",
'description': """
This module adds a shortcut on one or several opportunity cases in the CRM.
@ -51,7 +51,7 @@ crm modules.
'demo_xml': [],
'test': ['test/sale_crm.yml'],
'installable': True,
'active': False,
'auto_install': True,
'certificate': '0064360130141',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -23,7 +23,7 @@
{
'name': 'Sales and MRP Management',
'version': '1.0',
'category': 'Hidden/Links',
'category': 'Hidden',
'complexity': "easy",
'description': """
This module provides facility to the user to install mrp and sales modulesat a time.
@ -45,7 +45,7 @@ It adds sales name and sales Reference on production order.
'demo_xml': [],
'test':['test/sale_mrp.yml'],
'installable': True,
'active': False,
'auto_install': True,
'certificate': '00395598976683092013',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: