diff options
| -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 |
