-
-
Notifications
You must be signed in to change notification settings - Fork 984
Expand file tree
/
Copy path__manifest__.py
More file actions
26 lines (25 loc) · 751 Bytes
/
Copy path__manifest__.py
File metadata and controls
26 lines (25 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# SPDX-FileCopyrightText: 2022 Coop IT Easy SC
#
# SPDX-License-Identifier: AGPL-3.0-or-later
{
"name": "Partner Interest Group",
"summary": """
Add Interest Group to Partners""",
"version": "18.0.1.0.0",
"category": "Partner",
"website": "https://github.com/OCA/partner-contact",
"author": "Coop IT Easy SC, Odoo Community Association (OCA)",
"maintainers": ["victor-champonnois"],
"license": "AGPL-3",
"application": False,
"depends": ["contacts"],
"excludes": [],
"data": [
"views/res_partner_interest_group_view.xml",
"views/res_partner_view.xml",
"security/ir.model.access.csv",
"security/interest_group_rules.xml",
],
"demo": [],
"qweb": [],
}