From 5142e4dcc622338bf0142084d957c0b6c1bb7703 Mon Sep 17 00:00:00 2001 From: Cybrosys Technologies Date: Fri, 30 Aug 2024 16:02:17 +0530 Subject: [PATCH] Aug 30: [FIX] Bug Fixed 'multi_currency_payment_in_pos' --- multi_currency_payment_in_pos/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi_currency_payment_in_pos/__manifest__.py b/multi_currency_payment_in_pos/__manifest__.py index 216350f30..8ab5cdb4e 100644 --- a/multi_currency_payment_in_pos/__manifest__.py +++ b/multi_currency_payment_in_pos/__manifest__.py @@ -21,7 +21,7 @@ ############################################################################## { 'name': "POS Multi Currency Payment", - 'version': '16.0.1.0.1', + 'version': '16.0.1.0.0', 'category': 'Point of Sale', 'summary': "This module allows us to make payment in multiple " "currencies in Odoo 16 POS module.",