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.
19 lines
507 B
19 lines
507 B
# -*- coding: utf-8 -*-
|
|
# Copyright© 2016 ICTSTUDIO <http://www.ictstudio.eu>
|
|
# 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',
|
|
],
|
|
}
|