diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-15 16:01:38 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-09-15 16:01:38 +0700 |
| commit | d7647af478bfe2c1b60f00ff2e13327c0ec09be2 (patch) | |
| tree | 56650e5f2615250291506e4f432d8c636d35c93e | |
| parent | 4f5ecec0221d49b2626582438acd5b90d15c21b3 (diff) | |
push
| -rwxr-xr-x | indoteknik_custom/models/sale_order.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py index c767dd04..8f49b579 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -2644,7 +2644,7 @@ class SaleOrder(models.Model): if user.is_leader or user.is_sales_manager: return True - if user.id in (3401, 20, 3988): # admin (fida, nabila, ninda) + if user.id in (3401, 20, 3988, 17340): # admin (fida, nabila, ninda) return True if self.env.context.get("ask_approval") and user.id in (3401, 20, 3988): |
