# -*- coding: utf-8 -*- # Copyright© 2016 ICTSTUDIO # License: AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) { 'name': 'Partner Company Registry', 'version': '8.0.1.0.1', 'category': 'CRM', 'author': "ICTSTUDIO, " "Odoo Community Association (OCA)", 'maintainer': 'ICTSTUDIO', 'license': 'AGPL-3', 'website': 'http://www.ictstudio.eu', 'depends': [ 'base', ], 'data': [ 'view/res_partner.xml', ], }