diff options
| -rw-r--r-- | indoteknik_custom/models/stock_picking.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py index d0315c43..02da5b61 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -1020,6 +1020,7 @@ class StockPicking(models.Model): # self.date_availability = current_time # self.check_state_reserve() return res + def ask_approval(self): if self.env.user.is_accounting: |
