diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-20 14:38:02 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-05-20 14:38:02 +0700 |
| commit | 89f0377dd6e8143092d47ea4e3cdeff42a3b49e8 (patch) | |
| tree | 3cf325b7bd220f7befd9d26cc21508a0a19287a3 | |
| parent | 89e047379d4d7bfd56b9949d8e97441d95c29455 (diff) | |
push
| -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: |
