forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
26 lines (25 loc) · 963 Bytes
/
__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
# Copyright 2017 Apulia Software s.r.l. (http://www.apuliasoftware.it)
# @author Francesco Apruzzese <[email protected]>
# Copyright 2017 Alex Comba - Agile Business Group
# Copyright 2018 Lorenzo Battistini <https://github.com/eLBati>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Italian Localisation - Natura delle aliquote IVA',
'version': '12.0.2.1.1',
'development_status': 'Production/Stable',
'category': 'Localisation/Italy',
'author': "Odoo Community Association (OCA), Apulia Software s.r.l",
'website': 'https://github.com/OCA/l10n-italy'
'/tree/12.0/l10n_it_account_tax_kind',
'license': 'AGPL-3',
'depends': [
'l10n_it_account',
],
'data': [
'view/account_tax_kind_view.xml',
'view/account_tax_view.xml',
'data/account.tax.kind.csv',
'security/ir.model.access.csv',
],
'installable': True
}