diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2026-02-24 13:20:33 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2026-02-24 13:20:33 +0700 |
| commit | 316b8257845d0df10153fa7e5e294a699ad17c56 (patch) | |
| tree | 78337836f0cc61e1af8e1549dc22f907a1d2dcee /indoteknik_custom/models/stock_picking.py | |
| parent | 345d45f5fae0f152ca39e9ba491513582a5c6791 (diff) | |
push
Diffstat (limited to 'indoteknik_custom/models/stock_picking.py')
| -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 065b1484..ab366fd6 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -459,6 +459,7 @@ class StockPicking(models.Model): ('urgent', 'Urgent Delivery'), ], string='Reason Change Date Planned', tracking=True) delivery_date = fields.Datetime(string='Delivery Date', copy=False) + number_soo = fields.Char(string='Number SOO Altama') def _get_kgx_awb_number(self): """Menggabungkan name dan origin untuk membuat AWB Number""" |
