-
-
Notifications
You must be signed in to change notification settings - Fork 984
Expand file tree
/
Copy path__manifest__.py
More file actions
25 lines (24 loc) · 703 Bytes
/
Copy path__manifest__.py
File metadata and controls
25 lines (24 loc) · 703 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
# SPDX-FileCopyrightText: 2022 Coop IT Easy SC
#
# SPDX-License-Identifier: AGPL-3.0-or-later
{
"name": "Partner Accreditation",
"summary": """
Add Accreditation 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_accreditation_view.xml",
"views/res_partner_view.xml",
"security/ir.model.access.csv",
],
"demo": [],
"qweb": [],
}