forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
__manifest__.py
27 lines (27 loc) · 955 Bytes
/
__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
# Copyright 2017 Alessandro Camilli - Openforce
# Copyright 2017-2021 Lorenzo Battistini
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "ITA - Comunicazione liquidazione IVA",
"summary": "Comunicazione liquidazione IVA ed esportazione file xml"
"conforme alle specifiche dell'Agenzia delle Entrate",
"version": "14.0.1.0.2",
"category": "Account",
"author": "Openforce di Camilli Alessandro, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"depends": [
"account_vat_period_end_statement",
"l10n_it_appointment_code",
"l10n_it_fiscalcode",
],
"data": [
"security/ir.model.access.csv",
"views/comunicazione_liquidazione.xml",
"views/config.xml",
"views/account.xml",
"wizard/export_file_view.xml",
"security/security.xml",
],
"installable": True,
}