forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
30 lines (29 loc) · 1.04 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-2019 Sergio Zanchetta (https://github.com/primes2h)
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
'name': 'Italian Localization - Imposta di bollo',
'version': '12.0.1.4.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'
'/tree/12.0/l10n_it_account_stamp',
'license': 'LGPL-3',
'depends': [
'product',
'account',
],
'data': [
'data/data.xml',
'views/invoice_view.xml',
'views/product_view.xml',
'views/company_view.xml',
"views/account_invoice_report.xml",
],
'installable': True,
}