From 8fb784bdc32f94525d13c2a056457b1b1dab0ef9 Mon Sep 17 00:00:00 2001 From: luis Date: Tue, 2 Jan 2024 14:53:07 +0100 Subject: [PATCH] [MIG] pos_ticket_pricelist: Migration to 16.0 --- pos_ticket_pricelist/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pos_ticket_pricelist/__manifest__.py b/pos_ticket_pricelist/__manifest__.py index bcb4d1b..73c962f 100644 --- a/pos_ticket_pricelist/__manifest__.py +++ b/pos_ticket_pricelist/__manifest__.py @@ -5,7 +5,7 @@ 'name': 'Pos Ticket Pricelist', 'description': """ Prints the pricelist applied on tickets.""", - 'version': '12.0.1.0.0', + 'version': "16.0.1.0.0", 'license': 'AGPL-3', 'author': 'Criptomart', 'website': 'https://criptomart.net',