fix path name

This commit is contained in:
Tobias Brunner 2023-08-08 22:45:39 +02:00
parent 6ec615d515
commit e9cec1f991
Signed by: tobru
SSH key fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk

View file

@ -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'],