[IMP] portal, hr_recruitment, project: improve descriptor files

bzr revid: abo@openerp.com-20120816153154-2k1wazvhnqfrcd7i
This commit is contained in:
Antonin Bourguignon 2012-08-16 17:31:54 +02:00
parent 18e8d506e7
commit 5d0f5d7c84
3 changed files with 55 additions and 38 deletions

View File

@ -19,12 +19,13 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# #
############################################################################## ##############################################################################
{ {
'name': 'Recruitment Process', 'name': 'Recruitment Process',
'version': '1.0', 'version': '1.0',
'category': 'Human Resources', 'category': 'Human Resources',
"sequence": 24, 'sequence': 24,
"summary": "Recruitment Process, Job Descriptions", 'summary': 'Recruitment Process, Job Descriptions',
'description': """ 'description': """
Manages job positions and the recruitment process. Manages job positions and the recruitment process.
================================================== ==================================================
@ -46,7 +47,7 @@ system to store and search in your CV base.
'base_calendar', 'base_calendar',
'fetchmail', 'fetchmail',
], ],
'update_xml': [ 'data': [
'wizard/hr_recruitment_employee_hired.xml', 'wizard/hr_recruitment_employee_hired.xml',
'wizard/hr_recruitment_create_partner_job_view.xml', 'wizard/hr_recruitment_create_partner_job_view.xml',
'hr_recruitment_view.xml', 'hr_recruitment_view.xml',
@ -57,11 +58,9 @@ system to store and search in your CV base.
'board_hr_recruitment_statistical_view.xml', 'board_hr_recruitment_statistical_view.xml',
'hr_recruitment_installer_view.xml', 'hr_recruitment_installer_view.xml',
'res_config_view.xml', 'res_config_view.xml',
],
'init_xml': [
'hr_recruitment_data.xml' 'hr_recruitment_data.xml'
], ],
'demo_xml': [ 'demo': [
'hr_recruitment_demo.yml', 'hr_recruitment_demo.yml',
], ],
'js': ['static/src/js/hr_recruitment.js'], 'js': ['static/src/js/hr_recruitment.js'],

View File

@ -20,10 +20,14 @@
############################################################################## ##############################################################################
{ {
'name' : "Portal", 'name' : 'Portal',
'version' : "1.0", 'version' : '1.0',
'depends' : ["base", "share", "auth_anonymous"], 'depends' : [
'author' : "OpenERP SA", 'base',
'share',
'auth_anonymous'
],
'author' : 'OpenERP SA',
'category': 'Portal', 'category': 'Portal',
'description': """ 'description': """
Customize access to your OpenERP database to external users by creating portals. Customize access to your OpenERP database to external users by creating portals.

View File

@ -19,18 +19,33 @@
# #
############################################################################## ##############################################################################
{ {
"name": "Project Management", 'name': 'Project Management',
"version": "1.1", 'version': '1.1',
"author": "OpenERP SA", 'author': 'OpenERP SA',
"website": "http://www.openerp.com", 'website': 'http://www.openerp.com',
"category": "Project Management", 'category': 'Project Management',
"sequence": 8, 'sequence': 8,
"summary": "Projects, Tasks", 'summary': 'Projects, Tasks',
"images": ["images/gantt.png", "images/project_dashboard.jpeg","images/project_task_tree.jpeg","images/project_task.jpeg","images/project.jpeg","images/task_analysis.jpeg"], 'images': [
"depends": ["base_setup", "base_status", "product", "analytic", "board", "mail", "resource","web_kanban"], 'images/gantt.png',
"description": """ 'images/project_dashboard.jpeg',
'images/project_task_tree.jpeg',
'images/project_task.jpeg',
'images/project.jpeg',
'images/task_analysis.jpeg'
],
'depends': [
'base_setup',
'base_status',
'product',
'analytic',
'board',
'mail',
'resource',
'web_kanban'
],
'description': """
Project Management module tracks multi-level projects, tasks, work done on tasks. Project Management module tracks multi-level projects, tasks, work done on tasks.
================================================================================= =================================================================================
@ -41,22 +56,21 @@ Dashboard for project management that includes:
* List of My Open Tasks * List of My Open Tasks
* Graph of My Remaining Hours by Project * Graph of My Remaining Hours by Project
""", """,
"init_xml": [], 'data': [
"update_xml": [ 'security/project_security.xml',
"security/project_security.xml", 'wizard/project_task_delegate_view.xml',
"wizard/project_task_delegate_view.xml", 'wizard/project_task_reevaluate_view.xml',
"wizard/project_task_reevaluate_view.xml", 'security/ir.model.access.csv',
"security/ir.model.access.csv", 'project_data.xml',
"project_data.xml", 'project_view.xml',
"project_view.xml", 'process/task_process.xml',
"process/task_process.xml", 'res_partner_view.xml',
"res_partner_view.xml", 'report/project_report_view.xml',
"report/project_report_view.xml",
'report/project_cumulative.xml', 'report/project_cumulative.xml',
"board_project_view.xml", 'board_project_view.xml',
'res_config_view.xml', 'res_config_view.xml',
], ],
'demo_xml': [ 'demo': [
'project_demo.xml', 'project_demo.xml',
], ],
'test':[ 'test':[