forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
30 lines (29 loc) · 997 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
28
29
30
# Copyright 2019 Simone Rubino - Agile Business Group
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "ITA - Dichiarazione Intrastat",
"version": "16.0.1.1.0",
"category": "Account",
"summary": "Dichiarazione Intrastat per l'Agenzia delle Dogane",
"author": "Openforce, Link IT srl, Agile Business Group, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"depends": [
"l10n_it_intrastat",
],
"data": [
"data/sequence.xml",
"security/ir.model.access.csv",
"security/rules.xml",
"wizard/export_file_view.xml",
"views/config.xml",
"views/intrastat.xml",
"report/report_intrastat_mod1.xml",
"report/intrastat_mod1_bis.xml",
"report/intrastat_mod1_ter.xml",
"report/report_intrastat_mod2.xml",
"report/report_intrastat_mod2_bis.xml",
"report/reports.xml",
],
}