From e9cec1f99149fc6351df82edb08572c7b6d8b54e Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 8 Aug 2023 22:45:39 +0200 Subject: [PATCH] fix path name --- pos_auto_print_kitchen_receipt/__manifest__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pos_auto_print_kitchen_receipt/__manifest__.py b/pos_auto_print_kitchen_receipt/__manifest__.py index 21f8135..1140fa7 100644 --- a/pos_auto_print_kitchen_receipt/__manifest__.py +++ b/pos_auto_print_kitchen_receipt/__manifest__.py @@ -20,9 +20,9 @@ 'depends': ['base', 'point_of_sale', 'pos_restaurant'], 'assets': { 'point_of_sale.assets': [ - 'EasyERPS_pos_auto_print_kitchen_receipt/static/src/js/ReceiptScreen.js', - 'EasyERPS_pos_auto_print_kitchen_receipt/static/src/js/Models.js', - 'EasyERPS_pos_auto_print_kitchen_receipt/static/src/xml/*.xml', + 'pos_auto_print_kitchen_receipt/static/src/js/ReceiptScreen.js', + 'pos_auto_print_kitchen_receipt/static/src/js/Models.js', + 'pos_auto_print_kitchen_receipt/static/src/xml/*.xml', ], }, 'images': ['images/main_screenshot.png'],