forked from OCA/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path__manifest__.py
34 lines (33 loc) · 1.12 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
31
32
33
34
# Leonardo Donelli - Creativi Quadrati
# © 2016 Alessio Gerace - Agile Business Group
# © 2018-2020 Lorenzo Battistini
# © 2019-2020 Roberto Fichera - Level Prime Srl
# Copyright 2022 Simone Rubino - TAKOBI
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'ITA - Driver per stampanti fiscali compatibili ePOS-Print XML',
'version': '12.0.2.0.2',
'category': 'Point Of Sale',
'summary': 'ePOS-Print XML Fiscal Printer Driver - Stampanti Epson compatibili: '
'FP81II, FP90III',
'author': (
'Odoo Community Association (OCA), Agile Business Group, '
'Leonardo Donelli, TAKOBI, Level Prime Srl'
),
'license': 'AGPL-3',
'website': 'https://github.com/OCA/l10n-italy'
'/tree/12.0/fiscal_epos_print',
'maintainers': ['eLBati'],
'depends': ['point_of_sale', 'pos_order_mgmt'],
'data': [
'views/account.xml',
'views/point_of_sale.xml',
'views/assets.xml',
],
'qweb': [
'static/src/xml/pos.xml',
'static/src/xml/lottery.xml',
],
'installable': True,
'auto_install': False,
}