forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
27 lines (26 loc) · 1003 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
27
# 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>
# Copyright 2021 Gianmarco Conte <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "ITA - Natura delle aliquote IVA",
"version": "14.0.1.1.0",
"development_status": "Production/Stable",
"category": "Localization/Italy",
"summary": "Gestione natura delle aliquote IVA",
"author": "Odoo Community Association (OCA), Apulia Software s.r.l",
"website": "https://github.com/OCA/l10n-italy",
"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,
}