forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
35 lines (34 loc) · 1.15 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 2011-2013 Associazione OpenERP Italia
# (<http://www.openerp-italia.org>).
# Copyright 2012 Domsense srl (<http://www.domsense.com>)
# Copyright 2012-2018 Lorenzo Battistini - Agile Business Group
# Copyright 2012-15 LinkIt srl (<http://http://www.linkgroup.it>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"version": "14.0.1.0.5",
"name": "ITA - Registri IVA",
"category": "Localization/Italy",
"author": "Agile Business Group, Odoo Community Association (OCA), LinkIt Srl",
"website": "https://github.com/OCA/l10n-italy",
"license": "AGPL-3",
"development_status": "Production/Stable",
"depends": [
"base_setup",
"account",
"l10n_it_account",
"web",
"account_tax_balance",
"date_range",
],
"data": [
"security/ir.model.access.csv",
"security/vat_registry_security.xml",
"views/account_journal_view.xml",
"views/account_tax_registry_view.xml",
"views/account_view.xml",
"wizard/print_registro_iva.xml",
"report/reports.xml",
"report/report_registro_iva.xml",
],
"installable": True,
}