You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.4 KiB
35 lines
1.4 KiB
# -*- coding: utf-8 -*-
|
|
##############################################################################
|
|
#
|
|
# Cybrosys Technologies Pvt. Ltd.
|
|
#
|
|
# Copyright (C) 2018-TODAY Cybrosys Technologies(<https://www.cybrosys.com>).
|
|
# Author: Tintuk Tomin(<https://www.cybrosys.com>)
|
|
# you can modify it under the terms of the GNU AGPL (v3), Version 3.
|
|
|
|
# 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 AGPL (AGPL v3) for more details.
|
|
#
|
|
##############################################################################
|
|
|
|
{
|
|
'name': 'Personal Information in Contacts',
|
|
'version': '12.0.1.0.0',
|
|
'summary': """This module will helps you to give personal details in your contact.""",
|
|
'description': "Module helps you to manage the personal information of your partner as well as in the contacts.",
|
|
'category': "Human Resource",
|
|
'author': 'Cybrosys Techno Solutions',
|
|
'company': 'Cybrosys Techno Solutions',
|
|
'website': "https://www.cybrosys.com",
|
|
'depends': ['base','contacts','first_last_name','gender_contact'],
|
|
'data': [
|
|
'views/info_view.xml'
|
|
],
|
|
'demo': [],
|
|
'images': ['static/description/banner.png'],
|
|
'license': 'AGPL-3',
|
|
'installable': True,
|
|
'application': True,
|
|
}
|
|
|