diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-11-25 18:07:18 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2025-11-25 18:07:18 +0700 |
| commit | 6613509e8a11ed0669b7a835be555a8f5c6869b1 (patch) | |
| tree | 84937fd62915d2d348db6f8fbb4874e1fd27e155 /indoteknik_custom/models/purchase_order.py | |
| parent | a20f8bbbcd99b4933ca3615d263296480d44c2ff (diff) | |
(andri) add flag PO luar negeri printout
Diffstat (limited to 'indoteknik_custom/models/purchase_order.py')
| -rwxr-xr-x | indoteknik_custom/models/purchase_order.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/models/purchase_order.py b/indoteknik_custom/models/purchase_order.py index 3312e7fd..8a615df9 100755 --- a/indoteknik_custom/models/purchase_order.py +++ b/indoteknik_custom/models/purchase_order.py @@ -123,6 +123,8 @@ class PurchaseOrder(models.Model): default=True ) + overseas_po = fields.Boolean(string='PO Luar Negeri?', tracking=3, help='Centang jika PO untuk pembelian luar negeri') + @staticmethod def is_local_env(): hostname = socket.gethostname().lower() |
