forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
37 lines (36 loc) · 1.19 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
36
37
# -*- coding: utf-8 -*-
# Copyright 2011-2013 Associazione OpenERP Italia
# (<http://www.openerp-italia.org>).
# Copyright 2012 Domsense srl (<http://www.domsense.com>)
# Copyright 2012-2017 Lorenzo Battistini - Agile Business Group
# Copyright 2012-15 LinkIt Spa (<http://http://www.linkgroup.it>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Italian Localization - VAT Registries',
'version': '10.0.1.1.0',
'category': 'Localization/Italy',
"author": "Agile Business Group, Odoo Community Association (OCA)"
", LinkIt Spa",
'website': 'http://www.agilebg.com',
'license': 'AGPL-3',
"depends": [
'base_setup',
'account',
'l10n_it_account',
'report',
'account_tax_balance',
'account_accountant',
'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,
}