diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-09-17 11:28:03 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-09-17 11:28:03 +0000 |
| commit | 701db966d5780ab0322e8cd9ca13acf06e10acdb (patch) | |
| tree | 9fcaa8dfa5b671f95966c8e4e5e697de093c14ae /indoteknik_custom/models/stock_picking.py | |
| parent | fe75f5b4ad91ef9c5d54cd98449a53b8a40018bc (diff) | |
| parent | 1fdeef8073eb35b407bb0b3cdb26bf635b3b1629 (diff) | |
Merged odoo-backup into cr_bu-related
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""" |
