From f9a74758413d86faaad0e8a78a8605df564002b9 Mon Sep 17 00:00:00 2001 From: luis Date: Tue, 2 Jan 2024 13:18:17 +0100 Subject: [PATCH] [MIG] pos_receipt_clientinfo: Migration to 16.0 --- pos_receipt_clientinfo/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pos_receipt_clientinfo/__manifest__.py b/pos_receipt_clientinfo/__manifest__.py index d18c67b..ee59234 100644 --- a/pos_receipt_clientinfo/__manifest__.py +++ b/pos_receipt_clientinfo/__manifest__.py @@ -5,7 +5,7 @@ 'name': 'Pos Receipt Clientinfo', 'description': """ Adds a report to print a simplified invoice with client tax data""", - 'version': '12.0.1.0.0', + 'version': "16.0.1.0.0", 'license': 'AGPL-3', 'author': 'Criptomart', 'website': 'https://criptomart.net',