forked from odoo-italia/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
__manifest__.py
45 lines (44 loc) · 1.5 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
39
40
41
42
43
44
45
# Copyright 2014 Davide Corio <[email protected]>
# Copyright 2015-2016 Lorenzo Battistini - Agile Business Group
# Copyright 2018-2019 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# Copyright 2019 Gianluigi Tiesi - Netfarm S.r.l.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "ITA - Fattura elettronica - Base",
"version": "14.0.2.2.0",
"category": "Localization/Italy",
"summary": "Fatture elettroniche",
"author": "Davide Corio, Agile Business Group, Innoviu, "
"Odoo Italia Network, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"excludes": ["l10n_it_edi"],
"depends": [
"l10n_it_account",
"l10n_it_fiscalcode",
"attachment_indexation",
"l10n_it_ipa",
"l10n_it_rea",
"base_iban",
"l10n_it_account_tax_kind",
"l10n_it_vat_payability",
"l10n_it_fiscal_payment_term",
"partner_firstname",
],
"data": [
"data/fatturapa_data.xml",
"data/welfare.fund.type.csv",
"views/account_view.xml",
"views/company_view.xml",
"views/partner_view.xml",
"views/fatturapa_attachment_views.xml",
"views/related_document_type_views.xml",
"security/ir.model.access.csv",
],
"demo": ["demo/account_invoice_fatturapa.xml"],
"installable": True,
"external_dependencies": {
"python": ["asn1crypto"],
},
"development_status": "Beta",
}