diff --git a/workload_in_project/__openerp__.py b/workload_in_project/__openerp__.py index a1208ad4c..2bbf37609 100644 --- a/workload_in_project/__openerp__.py +++ b/workload_in_project/__openerp__.py @@ -22,7 +22,7 @@ ############################################################################## { 'name': 'Workload In Project', - 'version': '9.0.1.0.0', + 'version': '9.0.2.0.0', 'summary': """Calculate The Workload For Employees In Project""", 'description': 'This module helps you to calculate workload for employees', 'category': 'Project Management', @@ -31,6 +31,7 @@ 'website': "http://www.cybrosys.com", 'depends': ['base', 'project'], 'data': [ + 'security/ir.model.access.csv', 'views/employee_workload_report_view.xml', 'reports/employee_workload_report.xml', ], diff --git a/workload_in_project/__openerp__.py~ b/workload_in_project/__openerp__.py~ new file mode 100644 index 000000000..88cf31fa7 --- /dev/null +++ b/workload_in_project/__openerp__.py~ @@ -0,0 +1,44 @@ +# -*- coding: utf-8 -*- +############################################################################## +# +# Cybrosys Technologies Pvt. Ltd. +# Copyright (C) 2016-TODAY Cybrosys Technologies(). +# Author: Jesni Banu() +# you can modify it under the terms of the GNU LESSER +# GENERAL PUBLIC LICENSE (LGPL v3), Version 3. +# +# It is forbidden to publish, distribute, sublicense, or sell copies +# of the Software or modified copies of the Software. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. +# +# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE +# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. +# If not, see . +# +############################################################################## +{ + 'name': 'Workload In Project', + 'version': '9.0.1.0.0', + 'summary': """Calculate The Workload For Employees In Project""", + 'description': 'This module helps you to calculate workload for employees', + 'category': 'Project Management', + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': "http://www.cybrosys.com", + 'depends': ['base', 'project'], + 'data': [ + 'security/ir.model.access.csv', + 'views/employee_workload_report_view.xml', + 'reports/employee_workload_report.xml', + ], + 'images': ['static/description/banner.jpg'], + 'license': 'LGPL-3', + 'demo': [], + 'installable': True, + 'auto_install': False, + 'application': False, +} diff --git a/workload_in_project/security/ir.model.access.csv b/workload_in_project/security/ir.model.access.csv new file mode 100644 index 000000000..817d9248d --- /dev/null +++ b/workload_in_project/security/ir.model.access.csv @@ -0,0 +1,2 @@ +id,name,model_id/id,group_id/id,perm_read,perm_write,perm_create,perm_unlink +workload_res_user_access_right_manager,workload_res_user_access_right,base.model_res_users,project.group_project_manager,1,1,0,0 diff --git a/workload_in_project/views/employee_workload_report_view.xml b/workload_in_project/views/employee_workload_report_view.xml index 915a1304e..55c9885b5 100644 --- a/workload_in_project/views/employee_workload_report_view.xml +++ b/workload_in_project/views/employee_workload_report_view.xml @@ -106,8 +106,8 @@ name="workload_in_project.report_employee_workload" file="workload_in_project.report_employee_workload"/> - - + +