forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
33 lines (32 loc) · 1.2 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
# Author(s): Andrea Colangelo ([email protected])
# Copyright 2018 Openforce Srls Unipersonale (www.openforce.it)
# Copyright 2018-2019 Sergio Corato (https://efatto.it)
# Copyright 2018-2019 Lorenzo Battistini <https://github.com/eLBati>
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# Copyright 2019 Roberto Fichera (https://levelprime.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "ITA - Fattura elettronica - Supporto PEC",
"version": "14.0.1.0.1",
"category": "Localization/Italy",
"summary": "Invio fatture elettroniche tramite PEC",
"author": "Openforce Srls Unipersonale, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"depends": [
"fetchmail",
"l10n_it_fatturapa_out",
"l10n_it_fatturapa_in",
"l10n_it_sdi_channel",
],
"data": [
"security/groups.xml",
"views/fatturapa_attachment_out.xml",
"wizard/send_pec_view.xml",
"views/fetchmail_view.xml",
"security/ir.model.access.csv",
"data/fetchmail_data.xml",
"views/company_view.xml",
],
"installable": True,
}