forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
21 lines (20 loc) · 737 Bytes
/
__manifest__.py
File metadata and controls
21 lines (20 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2019 Lorenzo Battistini
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "ITA - Comunicazione dati fatture - " "Integrazione e-fattura",
"summary": "Integrazione fatturazione elettronica e comunicazione dati "
'fatture (c.d. "nuovo spesometro")',
"version": "14.0.1.0.0",
"category": "Hidden",
"author": "Agile Business Group, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"depends": [
"l10n_it_invoices_data_communication",
"l10n_it_fatturapa_in",
"l10n_it_fatturapa_out",
],
"data": ["views/communication_view.xml"],
"installable": True,
"auto_install": True,
}