forked from OCA/l10n-chile
-
Notifications
You must be signed in to change notification settings - Fork 1
/
__manifest__.py
32 lines (32 loc) · 1.08 KB
/
__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
26
27
28
29
30
31
32
# Copyright (C) 2019 Konos
# Copyright (C) 2019 Blanco Martín & Asociados
# Copyright (C) 2019 CubicERP
# Copyright (C) 2019 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "ACP Connector",
"summary": "Get your documents signed by an Authorized Certification Provider",
"version": "12.0.3.0.2",
"category": "Localization",
"author": "Daniel Santibáñez Polanco, "
"Cooperativa OdooCoop, "
"Konos, "
"Open Source Integrators, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-chile",
"license": "AGPL-3",
"depends": ["connector", ],
"external_dependencies": {"python": ["collections", "jinja2", "lxml", ]},
"data": [
"security/ir.model.access.csv",
"views/backend_acp.xml",
"views/etd_certificate.xml",
"views/etd_document_file.xml",
"views/etd_signature.xml",
"views/res_company.xml",
"views/res_country.xml",
],
"application": False,
"development_status": "Beta",
"maintainers": ["nelsonramirezs"],
}