-
-
Notifications
You must be signed in to change notification settings - Fork 305
/
__manifest__.py
30 lines (29 loc) · 1.03 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
# Copyright 2018 Sergio Corato (https://efatto.it)
# Copyright 2018 Enrico Ganzaroli ([email protected])
# Copyright 2018 Ermanno Gnan ([email protected])
# Copyright 2018 Lorenzo Battistini (https://github.com/eLBati)
# Copyright 2018-2020 Sergio Zanchetta (https://github.com/primes2h)
# Copyright 2021 Gianmarco Conte <[email protected]>
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
"name": "ITA - Imposta di bollo",
"version": "16.0.1.1.0",
"category": "Localization/Italy",
"summary": "Gestione automatica dell'imposta di bollo",
"author": "Ermanno Gnan, Sergio Corato, Enrico Ganzaroli, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-italy",
"license": "LGPL-3",
"depends": [
"product",
"account",
],
"data": [
"data/data.xml",
"views/account_move_view.xml",
"views/product_view.xml",
"views/company_view.xml",
"views/account_move_report.xml",
],
"installable": True,
}