diff options
| author | unknown <it@fixcomart.co.id> | 2025-09-17 18:23:39 +0700 |
|---|---|---|
| committer | unknown <it@fixcomart.co.id> | 2025-09-17 18:23:39 +0700 |
| commit | bdbeb11a258a648c2733171a35117316f64dad1a (patch) | |
| tree | d186fb18e887163d2e8d8610e2e763bd4db24082 /indoteknik_custom/models/stock_picking.py | |
| parent | eada77c97134dcbbbbbff43b4195a0e07cda4b86 (diff) | |
| parent | 23d713fc686d56ef5b5e8004b91b3f4fe54117e6 (diff) | |
fix merge
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 78a49ee4..35d408a1 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -307,6 +307,7 @@ class StockPicking(models.Model): ('delay', 'Delay By Vendor'), ('urgent', 'Urgent Delivery'), ], string='Reason Change Date Planned', tracking=True) + delivery_date = fields.Datetime(string='Delivery Date', copy=False) def _get_kgx_awb_number(self): """Menggabungkan name dan origin untuk membuat AWB Number""" |
