forked from odooNextev/l10n-italy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
45 lines (44 loc) · 1.51 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
35
36
37
38
39
40
41
42
43
44
45
# Leonardo Donelli - Creativi Quadrati
# © 2016 Alessio Gerace - Agile Business Group
# © 2018-2020 Lorenzo Battistini
# © 2019-2020 Roberto Fichera - Level Prime Srl
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "ITA - Driver per stampanti fiscali compatibili ePOS-Print XML",
"version": "14.0.1.0.1",
"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",
"maintainers": ["eLBati"],
"depends": [
"point_of_sale",
# TODO is this necessary?
# 'pos_order_mgmt'
],
"data": [
"views/account.xml",
"views/point_of_sale.xml",
"views/assets.xml",
],
"qweb": [
# Popups
"static/src/xml/Popups/RefundInfoPopup.xml",
# Others
"static/src/xml/Chrome.xml",
"static/src/xml/ChromeWidgets/EpsonEPOSButton.xml",
"static/src/xml/ChromeWidgets/EpsonFP81IIComponent.xml",
"static/src/xml/ChromeWidgets/SetLotteryCodeButton.xml",
"static/src/xml/ChromeWidgets/SetRefundInfoButton.xml",
# TODO To be converted with new components system
# 'static/src/xml/pos.xml',
# 'static/src/xml/lottery.xml',
],
"installable": True,
"auto_install": False,
}