# -*- coding: utf-8 -*-
###############################################################################
#
#    Tech-Receptives Solutions Pvt. Ltd.
#    Copyright (C) 2009-TODAY Tech-Receptives(<http://www.techreceptives.com>).
#
#    This program is free software: you can redistribute it and/or modify
#    it under the terms of the GNU Lesser General Public License as
#    published by the Free Software Foundation, either version 3 of the
#    License, or (at your option) any later version.
#
#    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 for more details.
#
#    You should have received a copy of the GNU Lesser General Public License
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
###############################################################################

{
    'name': 'CMRGS Project',
    'version': '14.0.1',
    'category': 'Services/Project',
    "sequence": 1,
    'summary': 'CMRGS Project',
    'complexity': "easy",
    'description': """
        This module extends module project. It customizes module project to the CMRGS needs

    """,
    'author': 'Prime Consulting',
    'website': 'http://www.prime.cv',
    'depends': ['project','hr'],
    'data': [
        'security/ir.model.access.csv',
        'views/objective_view.xml',
        'views/project_view.xml',
        'menu/project_menu.xml',
    ],
    'demo': [
    ],
    'js': [],
    'images': [
    ],
    'installable': True,
    'auto_install': False,
    'application': True,
}


# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: