From 61ed3eeb3eb78449c379d48f2e9df3e6be9fe02f Mon Sep 17 00:00:00 2001 From: luis Date: Thu, 11 Jan 2024 10:42:00 +0100 Subject: [PATCH] [MIG] stock_inventory_cost_info_sum: Migration to 16.0 --- stock_inventory_cost_info_sum/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_inventory_cost_info_sum/__manifest__.py b/stock_inventory_cost_info_sum/__manifest__.py index 152ce51..40937df 100644 --- a/stock_inventory_cost_info_sum/__manifest__.py +++ b/stock_inventory_cost_info_sum/__manifest__.py @@ -5,7 +5,7 @@ 'name': 'Stock Inventory Cost Info Sum', 'description': """ Extends the OCA module stock_inventory_cost_info to store in the Inventory model the sum of the cost information of the inventory lines. This allows exporting and filtering by this field in the inventory adjustments tree view without having to export each inventory line.""", - 'version': '12.0.1.0.0', + 'version': "16.0.1.0.0", 'license': 'AGPL-3', 'author': 'Criptomart', 'website': 'https://criptomart.net',