-
-
Notifications
You must be signed in to change notification settings - Fork 984
Expand file tree
/
Copy path__manifest__.py
More file actions
23 lines (22 loc) · 743 Bytes
/
Copy path__manifest__.py
File metadata and controls
23 lines (22 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2015 Tecnativa - Antonio Espinosa
# Copyright 2015 Tecnativa - Jairo Llopis
# Copyright 2017 Tecnativa - David Vidal
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Partners Capital",
"version": "18.0.1.0.1",
"category": "Customer Relationship Management",
"license": "AGPL-3",
"author": "Antiun Ingeniería S.L., "
"Tecnativa, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/partner-contact",
"depends": ["contacts"],
"data": [
"views/res_partner_turnover_range_view.xml",
"views/res_partner_view.xml",
"security/ir.model.access.csv",
],
"installable": True,
"maintainers": ["EmilioPascual"],
}