From ceb8af7e485f4d8c2a5ed2ce692c002d9840450a Mon Sep 17 00:00:00 2001 From: "matthias.lotz" Date: Sun, 7 Dec 2025 17:18:09 +0100 Subject: [PATCH] Fix: POS Template - duplicate key error in ows_pos_customer_sidebar - t-key fallback: order.uid || order.id || order_index - Verhindert 'undefined' duplicate key error im POS - Asset-Bundle korrigiert: point_of_sale._assets_pos --- open_workshop_pos/__manifest__.py | 2 +- open_workshop_pos/static/src/xml/ows_pos_customer_sidebar.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/open_workshop_pos/__manifest__.py b/open_workshop_pos/__manifest__.py index 0c1b897..f2306b0 100644 --- a/open_workshop_pos/__manifest__.py +++ b/open_workshop_pos/__manifest__.py @@ -32,7 +32,7 @@ Autor: HobbyHimmel # Views ], 'assets': { - 'point_of_sale.assets': [ + 'point_of_sale._assets_pos': [ # JavaScript 'open_workshop_pos/static/src/js/ows_pos_sidebar.js', 'open_workshop_pos/static/src/js/ows_pos_customer_sidebar.js', diff --git a/open_workshop_pos/static/src/xml/ows_pos_customer_sidebar.xml b/open_workshop_pos/static/src/xml/ows_pos_customer_sidebar.xml index 562112c..058d115 100644 --- a/open_workshop_pos/static/src/xml/ows_pos_customer_sidebar.xml +++ b/open_workshop_pos/static/src/xml/ows_pos_customer_sidebar.xml @@ -10,7 +10,7 @@
- +