Skip to content

Commit

Permalink
[MIG] fiscal_epos_print: Migration to 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredzamoabg authored and Borruso committed Sep 18, 2024
1 parent b1b59a8 commit c2f957f
Show file tree
Hide file tree
Showing 33 changed files with 1,216 additions and 2,275 deletions.
13 changes: 12 additions & 1 deletion fiscal_epos_print/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Authors
* Leonardo Donelli
* TAKOBI
* Level Prime Srl
* AIR www.air.co.it

Contributors
~~~~~~~~~~~~
Expand All @@ -110,7 +111,17 @@ Contributors

* Alessio Gerace
* Roberto Fichera
* Giovanni Serra <[email protected]>

* Dario Del Zozzo

* `AIR <https://www.air.co.it>`_:

* Kevin Poli

* Simone Cuffaro

* Leonardo Guerra


Maintainers
~~~~~~~~~~~
Expand Down
21 changes: 17 additions & 4 deletions fiscal_epos_print/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{
"name": "ITA - Driver per stampanti fiscali compatibili ePOS-Print XML",
"version": "12.0.1.3.6",
"version": "14.0.1.0.0",
"category": "Point Of Sale",
"summary": "ePOS-Print XML Fiscal Printer Driver - Stampanti Epson compatibili: "
"FP81II, FP90III",
Expand All @@ -17,15 +17,28 @@
"license": "AGPL-3",
"website": "https://github.com/OCA/l10n-italy",
"maintainers": ["eLBati"],
"depends": ["point_of_sale", "pos_order_mgmt"],
"depends": [
"point_of_sale",
# TODO is this necessary?
# '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",
# 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,
Expand Down
Loading

0 comments on commit c2f957f

Please sign in to comment.