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',