forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
35 lines (34 loc) · 1.18 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
# Copyright 2015 AgileBG SAGL <http://www.agilebg.com>
# Copyright 2015 innoviu Srl <http://www.innoviu.com>
# Copyright 2018 Lorenzo Battistini
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "ITA - Fattura elettronica - Ricezione",
"version": "14.0.2.2.1",
"development_status": "Beta",
"category": "Localization/Italy",
"summary": "Ricezione fatture elettroniche",
"author": "Agile Business Group, Innoviu, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"depends": [
"base_vat",
"l10n_it_fatturapa",
"l10n_it_fiscal_document_type",
"l10n_it_withholding_tax_reason",
],
"data": [
"views/account_view.xml",
"views/partner_view.xml",
"wizard/wizard_import_fatturapa_view.xml",
"wizard/link_to_existing_invoice.xml",
"views/company_view.xml",
"security/ir.model.access.csv",
"security/rules.xml",
],
"installable": True,
"external_dependencies": {
"python": ["elementpath", "asn1crypto"],
},
}