forked from OCA/partner-contact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
25 lines (24 loc) · 893 Bytes
/
__manifest__.py
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
# Copyright 2016 Tecnativa - Jairo Llopis
# Copyright 2016 Tecnativa - Vicent Cubells
# Copyright 2017-2018 Tecnativa - Pedro M. Baeza
# Copyright 2019 Tecnativa - Victor M.M. Torres
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Deduplicate Contacts ACL",
"summary": "Contact deduplication with fine-grained permission control",
"version": "16.0.1.0.1",
"category": "Tools",
"website": "https://github.com/OCA/partner-contact",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["contacts"],
"data": [
"security/partner_deduplicate_acl_security.xml",
"security/ir.model.access.csv",
"wizards/partner_merge_view.xml",
"views/base_partner_merge_view.xml",
],
"images": ["images/perms.png"],
}