-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy path__manifest__.py
34 lines (34 loc) · 1.05 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
33
34
# 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": "Base for Electronic Tax Document for Chile",
"summary": "Sign and send documents to SII.",
"version": "12.0.1.1.0",
"category": "Localization/Chile",
"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_acp",
"document",
"res_partner_email_etd",
"l10n_cl_toponym",
"l10n_cl_sii_activity",
"l10n_cl_sii_folio",
"l10n_cl_sii_reference",
],
"data": [
"data/backend.acp.csv",
"data/res.country.csv",
],
"application": False,
"development_status": "Beta",
"maintainers": ["nelsonramirezs"],
}