From 337c226eecd0a306c25f2ab961d41def56ccabc3 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 16 Jul 2024 11:01:25 +0700 Subject: add new list selection note logistic --- indoteknik_custom/models/stock_picking.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py index 308e6d93..fac01905 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -71,7 +71,10 @@ class StockPicking(models.Model): ('not_paid', 'Customer belum bayar'), ('partial', 'Kirim Parsial'), ('not_complete', 'Belum Lengkap'), - ('indent', 'Indent') + ('indent', 'Indent'), + ('self_pickup', 'Barang belum di pickup Customer ( Untuk Customer Self Pickup )'), + ('delivery_route', 'Belum masuk rute pengiriman'), + ('expedition_closed', 'Eskpedisi belum buka ( Karena ada eskpedisi yang hanya buka di hari senin-rabu)') ], 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') purchase_representative_id = fields.Many2one('res.users', related='move_lines.purchase_line_id.order_id.user_id', string="Purchase Representative") -- cgit v1.2.3