From 21b0d6305ff33bad82a763198b8d3a6ec5e08c3d Mon Sep 17 00:00:00 2001 From: "matthias.lotz" Date: Fri, 9 Jan 2026 21:05:20 +0100 Subject: [PATCH] POS: Rechnungs-Button im Payment Screen entfernt --- open_workshop_pos/__manifest__.py | 1 + .../static/src/xml/ows_payment_screen_patch.xml | 13 +++++++++++++ .../static/src/xml/ows_ticket_screen_patch.xml | 13 +++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 open_workshop_pos/static/src/xml/ows_payment_screen_patch.xml create mode 100644 open_workshop_pos/static/src/xml/ows_ticket_screen_patch.xml diff --git a/open_workshop_pos/__manifest__.py b/open_workshop_pos/__manifest__.py index c37a52f..e79f4e1 100644 --- a/open_workshop_pos/__manifest__.py +++ b/open_workshop_pos/__manifest__.py @@ -52,6 +52,7 @@ Autor: HobbyHimmel 'open_workshop_pos/static/src/xml/ows_receipt_header_patch.xml', 'open_workshop_pos/static/src/xml/ows_voucher_codes_patch.xml', 'open_workshop_pos/static/src/xml/ows_control_buttons_patch.xml', + 'open_workshop_pos/static/src/xml/ows_payment_screen_patch.xml', # CSS 'open_workshop_pos/static/src/css/pos.css', diff --git a/open_workshop_pos/static/src/xml/ows_payment_screen_patch.xml b/open_workshop_pos/static/src/xml/ows_payment_screen_patch.xml new file mode 100644 index 0000000..9c30d65 --- /dev/null +++ b/open_workshop_pos/static/src/xml/ows_payment_screen_patch.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/open_workshop_pos/static/src/xml/ows_ticket_screen_patch.xml b/open_workshop_pos/static/src/xml/ows_ticket_screen_patch.xml new file mode 100644 index 0000000..2dbd1d3 --- /dev/null +++ b/open_workshop_pos/static/src/xml/ows_ticket_screen_patch.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + +