From ab4bc377e4d71fbfbf8785269bf0906d5c13ef73 Mon Sep 17 00:00:00 2001 From: Raman Marikanti Date: Thu, 8 Jan 2026 17:26:25 +0530 Subject: [PATCH] set force move date --- custom_addons/stock_force_date/models/stock_inventory.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_addons/stock_force_date/models/stock_inventory.py b/custom_addons/stock_force_date/models/stock_inventory.py index cf67688dd..d1ac3702e 100755 --- a/custom_addons/stock_force_date/models/stock_inventory.py +++ b/custom_addons/stock_force_date/models/stock_inventory.py @@ -80,7 +80,6 @@ class StockQuant(models.Model): for quant in self: # Create and validate a move so that the quant matches its `inventory_quantity`. if float_compare(quant.inventory_diff_quantity, 0, precision_rounding=quant.product_uom_id.rounding) > 0: - _get_inventory_move_values(qty, location_id, location_dest_id, package_id, package_dest_id) move_vals.append( quant._get_inventory_move_values(quant.inventory_diff_quantity, quant.product_id.with_company(quant.company_id).property_stock_inventory,