-
-
Notifications
You must be signed in to change notification settings - Fork 344
Expand file tree
/
Copy path__manifest__.py
More file actions
37 lines (36 loc) · 1.21 KB
/
Copy path__manifest__.py
File metadata and controls
37 lines (36 loc) · 1.21 KB
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
36
37
# 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": "18.0.1.2.1",
"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",
"l10n_it_edi",
"web",
"account_tax_balance",
"date_range",
"report_xlsx_helper",
],
"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,
}