|
@ -1,10 +1,11 @@ |
|
|
# -*- coding: utf-8 -*- |
|
|
# -*- coding: utf-8 -*- |
|
|
# Copyright 2017 Therp BV <https://therp.nl> |
|
|
|
|
|
|
|
|
# Copyright 2017-2018 Therp BV <https://therp.nl>. |
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|
|
{ |
|
|
{ |
|
|
"name": "Partner relation hierarchy", |
|
|
|
|
|
|
|
|
"name": "Partner Relation Hierarchy", |
|
|
"version": "10.0.0.1.0", |
|
|
"version": "10.0.0.1.0", |
|
|
"author": "Therp BV,Odoo Community Association (OCA)", |
|
|
|
|
|
|
|
|
"website": "https://github.com/oca/partner-contact", |
|
|
|
|
|
"author": "Therp BV, Odoo Community Association (OCA)", |
|
|
"complexity": "normal", |
|
|
"complexity": "normal", |
|
|
"category": "Customer Relationship Management", |
|
|
"category": "Customer Relationship Management", |
|
|
"license": "AGPL-3", |
|
|
"license": "AGPL-3", |
|
@ -12,9 +13,9 @@ |
|
|
"partner_multi_relation", |
|
|
"partner_multi_relation", |
|
|
], |
|
|
], |
|
|
"data": [ |
|
|
"data": [ |
|
|
|
|
|
'security/ir.model.access.csv', |
|
|
'views/res_partner.xml', |
|
|
'views/res_partner.xml', |
|
|
'views/res_partner_relation_type.xml', |
|
|
'views/res_partner_relation_type.xml', |
|
|
'security/ir.model.access.csv', |
|
|
|
|
|
], |
|
|
], |
|
|
"auto_install": False, |
|
|
"auto_install": False, |
|
|
"installable": True, |
|
|
"installable": True, |
|
|