diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-09-17 11:27:36 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-09-17 11:27:36 +0000 |
| commit | d7cb0787c9a107434c16f3d4a678511858fb6cd5 (patch) | |
| tree | 8667f96ea9d6726f7bf0d20db67878552b4f3140 /indoteknik_custom/models/stock_picking.py | |
| parent | ec115f256cfbc24008606c3c4dc47ecdd96955e8 (diff) | |
| parent | 23d713fc686d56ef5b5e8004b91b3f4fe54117e6 (diff) | |
Merged odoo-backup into cbd-apt
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""" |
