forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__openerp__.py
29 lines (28 loc) · 958 Bytes
/
__openerp__.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
# -*- coding: utf-8 -*-
# Author(s): Ermanno Gnan (ermannognan@gmail.com)
# Copyright 2018 Sergio Corato (https://efatto.it)
# Copyright 2018 Enrico Ganzaroli (enrico.gz@gmail.com)
# Copyright 2018 Ermanno Gnan (ermannognan@gmail.com)
# Copyright 2018 Lorenzo Battistini (https://github.com/eLBati)
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl).
{
'name': 'Italian Localization - Tax Stamp',
'version': '8.0.1.0.1',
'category': 'Localization/Italy',
'summary': 'Tax stamp automatic management',
'license': 'LGPL-3',
'author': 'Ermanno Gnan, Sergio Corato, Enrico Ganzaroli, '
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/l10n-italy',
'depends': [
'product',
'account',
],
'data': [
'data/data.xml',
'views/invoice_view.xml',
'views/product_view.xml',
'views/company_view.xml',
],
'installable': True,
}