forked from OCA/l10n-chile
-
Notifications
You must be signed in to change notification settings - Fork 1
/
__manifest__.py
38 lines (38 loc) · 1.19 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
35
36
37
38
# 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": "Electronic Invoicing for Chile",
"summary": "Sign your documents and send them to SII.",
"version": "12.0.1.2.0",
"category": "Localization/Chile",
"author": "Daniel Blanco, "
"Blanco Martín & Asociados, "
"Daniel Santibáñez Polanco, "
"Cooperativa OdooCoop, "
"Konos, "
"Open Source Integrators, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-chile",
"license": "AGPL-3",
'external_dependencies': {
'python': [
'xmltodict',
],
},
"depends": [
"l10n_cl_sii_reference_account",
],
"data": [
"security/ir.model.access.csv",
"views/account_journal.xml",
"views/account_journal_document.xml",
"views/ir_sequence.xml",
"views/ir_sequence_folio.xml",
],
"application": True,
"development_status": "Beta",
"maintainers": ["nelsonramirezs"],
}