summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-10-16 17:03:30 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-10-16 17:03:30 +0700
commitd67a78aa3532ebdb5b369ccd0b6f7a3ad6aa2b15 (patch)
treea29b766bf1c70b0168ca3c4caf8a3d20d13c4551
parenta1b2542ebc2d527d07edbcbaab467152a46f1d33 (diff)
remove note logistic selection
-rw-r--r--indoteknik_custom/models/stock_picking.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py
index 1b2baea7..a9eb3943 100644
--- a/indoteknik_custom/models/stock_picking.py
+++ b/indoteknik_custom/models/stock_picking.py
@@ -73,10 +73,8 @@ class StockPicking(models.Model):
('hold', 'Hold by Sales'),
('not_paid', 'Customer belum bayar'),
('partial', 'Kirim Parsial'),
- ('not_complete', 'Belum Lengkap'),
('indent', 'Indent'),
('self_pickup', 'Barang belum di pickup Customer'),
- ('delivery_route', 'Belum masuk rute pengiriman'),
('expedition_closed', 'Eskpedisi belum buka')
], string='Note Logistic', help='jika field ini diisi maka tidak akan dihitung ke lead time')
waybill_id = fields.One2many(comodel_name='airway.bill', inverse_name='do_id', string='Airway Bill')