-
-
Notifications
You must be signed in to change notification settings - Fork 305
/
__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 2018 Sergio Corato (https://efatto.it)
# Copyright 2018 Lorenzo Battistini <https://github.com/eLBati>
# Copyright 2018 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "ITA - Fattura elettronica - Canale SdI",
"summary": "Aggiunge il canale di invio/ricezione dei file XML "
"attraverso lo SdI",
"version": "16.0.1.1.1",
"development_status": "Beta",
"category": "Hidden",
"website": "https://github.com/OCA/l10n-italy",
"author": "Efatto.it di Sergio Corato, Odoo Community Association (OCA)",
"maintainers": ["sergiocorato"],
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"account",
"l10n_it_fatturapa",
"l10n_it_fatturapa_in",
"l10n_it_fatturapa_out",
],
"data": [
"security/ir.model.access.csv",
"security/security.xml",
"data/mail_message_subtype_data.xml",
"views/account_move_views.xml",
"views/sdi_view.xml",
"views/company_view.xml",
"views/fatturapa_attachment_views.xml",
"wizards/send_to_sdi_views.xml",
],
}