partner-contact/partner_noncommercial/__manifest__.py
2021-05-27 12:46:32 +02:00

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,
}