forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
__manifest__.py
34 lines (33 loc) · 1.14 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
# Copyright 2011-2012 Domsense s.r.l. (<http://www.domsense.com>)
# Copyright 2012-17 Agile Business Group (<http://www.agilebg.com>)
# Copyright 2012-15 LinkIt Spa (<http://http://www.linkgroup.it>)
# Copyright 2015 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "ITA - Liquidazione IVA",
"version": "14.0.1.0.2",
"category": "Localization/Italy",
"summary": "Allow to create the 'VAT Statement'.",
"license": "AGPL-3",
"author": "Agile Business Group, Odoo Community Association (OCA), LinkIt Spa",
"website": "https://github.com/OCA/l10n-italy",
"depends": [
"account",
"account_tax_balance",
"date_range",
"l10n_it_account",
"l10n_it_fiscalcode",
"web",
],
"data": [
"wizard/add_period.xml",
"wizard/remove_period.xml",
"security/ir.model.access.csv",
"security/security.xml",
"report/reports.xml",
"views/report_vatperiodendstatement.xml",
"views/config.xml",
"views/account_view.xml",
],
"installable": True,
}