forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
32 lines (31 loc) · 1.11 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
# Copyright 2014 Associazione Odoo Italia (<http://www.odoo-italia.org>)
# Copyright 2016 Andrea Gallina (Apulia Software)
# Copyright 2018 Matteo Bilotta (Link IT s.r.l.)
# Copyright 2018 Lorenzo Battistini (https://github.com/eLBati)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Italian Localization - Fiscal Code',
'version': '12.0.1.1.4',
'development_status': 'Production/Stable',
'category': 'Localisation/Italy',
'author': "Link IT s.r.l., "
"Apulia Software, "
"Odoo Italia Network, "
"Odoo Community Association (OCA)",
'website': 'https://github.com/OCA/l10n-italy'
'/tree/12.0/l10n_it_fiscalcode',
'license': 'AGPL-3',
'depends': ['base_vat'],
'external_dependencies': {
'python': ['codicefiscale'],
},
'data': [
"security/ir.model.access.csv",
'data/res.city.it.code.csv',
'view/fiscalcode_view.xml',
'view/report_invoice_document.xml',
'wizard/compute_fc_view.xml',
'view/company_view.xml'
],
'installable': True
}