partner-contact/partner_multi_relation_tabs/__manifest__.py
2021-03-23 20:36:29 +01:00

32 lines
965 B
Python

# Copyright 2014-2018 Therp BV <https://therp.nl>.[:w
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Show partner relations in own tab",
"version": "2.0.1.0.0",
"author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3",
"complexity": "normal",
"category": "Customer Relationship Management",
"depends": [
'partner_multi_relation',
],
"demo": [
"demo/res_partner_category_demo.xml",
"demo/res_partner_tab_demo.xml",
"demo/res_partner_demo.xml",
"demo/res_partner_relation_type_demo.xml",
"demo/res_partner_relation_demo.xml",
],
"data": [
"views/res_partner_tab.xml",
"views/res_partner_relation_type.xml",
"views/res_partner_relation_all.xml",
'views/menu.xml',
'security/ir.model.access.csv',
],
"auto_install": False,
"installable": True,
"application": False,
}