diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-01-04 11:18:21 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-01-04 11:18:21 +0700 |
| commit | 4b89fcf620a93aab85c2eb81526afee1c355e14e (patch) | |
| tree | 4e9f0115d38d20249afd7cf08e01b650bbabee3f | |
| parent | 63abd2dc32f952af7234f3d6a7774cbb8c7bcb47 (diff) | |
replenishment error
| -rw-r--r-- | indoteknik_custom/models/stock_warehouse_orderpoint.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
