# -*- coding: utf-8 -*- ############################################################################## # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2018-TODAY Cybrosys Technologies(). # Author: Tintuk Tomin() # 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, }