mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 18:22:04 +00:00
20 lines
586 B
Python
20 lines
586 B
Python
# Copyright 2015-2018 Therp BV (https://therp.nl).
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
'name': 'Partner Non Commercial',
|
|
'version': '1.0.1.0.0',
|
|
'author': 'Therp BV,Camptocamp,Odoo Community Association (OCA)',
|
|
'website': 'https://gitlab.com/flectra-community/partner-contact',
|
|
'complexity': 'normal',
|
|
'category': 'Customer Relationship Management',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'contacts',
|
|
],
|
|
'data': [
|
|
'views/menu.xml',
|
|
'views/res_partner.xml',
|
|
],
|
|
'installable': True,
|
|
}
|