From 4b89fcf620a93aab85c2eb81526afee1c355e14e Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 4 Jan 2024 11:18:21 +0700 Subject: replenishment error --- indoteknik_custom/models/stock_warehouse_orderpoint.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/indoteknik_custom/models/stock_warehouse_orderpoint.py b/indoteknik_custom/models/stock_warehouse_orderpoint.py index 277c8dc3..26427c2b 100644 --- a/indoteknik_custom/models/stock_warehouse_orderpoint.py +++ b/indoteknik_custom/models/stock_warehouse_orderpoint.py @@ -8,3 +8,6 @@ class StockWarehouseOrderpoint(models.Model): def _compute_responsible(self): for stock in self: stock.responsible_id = stock.product_id.x_manufacture.user_id + + def _get_orderpoint_action(self): + return \ No newline at end of file -- cgit v1.2.3