-
-
Notifications
You must be signed in to change notification settings - Fork 965
Expand file tree
/
Copy path__manifest__.py
More file actions
22 lines (22 loc) · 757 Bytes
/
__manifest__.py
File metadata and controls
22 lines (22 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2013-2022 Therp BV <http://therp.nl>.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Partner Relations",
"version": "18.0.1.0.0",
"author": "Therp BV,Camptocamp,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/partner-contact",
"complexity": "normal",
"category": "Customer Relationship Management",
"license": "AGPL-3",
"depends": ["contacts", "sales_team"],
"demo": ["data/demo.xml"],
"data": [
"security/ir.model.access.csv",
"views/res_partner_relation_all.xml",
"views/res_partner.xml",
"views/res_partner_relation_type.xml",
"views/menu.xml",
],
"auto_install": False,
"installable": True,
}