diff --git a/pos_receipt_invoice_send_whatsapp/__manifest__.py b/pos_receipt_invoice_send_whatsapp/__manifest__.py index 5813167a5..f7f3cd92d 100755 --- a/pos_receipt_invoice_send_whatsapp/__manifest__.py +++ b/pos_receipt_invoice_send_whatsapp/__manifest__.py @@ -21,7 +21,7 @@ ############################################################################### { 'name': 'Send POS Receipt and Invoice via WhatsApp', - 'version': '17.0.1.0.0', + 'version': '17.0.1.0.1', 'category': 'Point of Sale', 'summary': 'This module facilitates sending POS receipts and invoices ' 'through WhatsApp during POS sessions.', diff --git a/pos_receipt_invoice_send_whatsapp/doc/RELEASE_NOTES.md b/pos_receipt_invoice_send_whatsapp/doc/RELEASE_NOTES.md index 1190d88c1..8dc93d3ac 100755 --- a/pos_receipt_invoice_send_whatsapp/doc/RELEASE_NOTES.md +++ b/pos_receipt_invoice_send_whatsapp/doc/RELEASE_NOTES.md @@ -18,3 +18,10 @@ - Updated the module: Encountered a null case when no customer is selected. Fixed the error by checking null case in receipt and payment screen. + +## Module +#### 19.08.2025 +#### Version 17.0.1.0.1 +##### BUGFIX +- Updated the module: Encountered a null case when a customer was selected. Fixed the error by + handling the null case in the receipt and payment screens. diff --git a/pos_receipt_invoice_send_whatsapp/static/src/xml/receipt_screen_templates.xml b/pos_receipt_invoice_send_whatsapp/static/src/xml/receipt_screen_templates.xml index 2b1426f70..27d1f2768 100755 --- a/pos_receipt_invoice_send_whatsapp/static/src/xml/receipt_screen_templates.xml +++ b/pos_receipt_invoice_send_whatsapp/static/src/xml/receipt_screen_templates.xml @@ -15,7 +15,6 @@