From 7a64a1d80fe3fe1027331938642888de6b791e75 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 16 Jul 2024 16:13:12 +0700 Subject: update note logistic --- indoteknik_custom/models/purchase_order.py | 2 +- indoteknik_custom/models/stock_picking.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/indoteknik_custom/models/purchase_order.py b/indoteknik_custom/models/purchase_order.py index 3bbb126c..e5d44178 100755 --- a/indoteknik_custom/models/purchase_order.py +++ b/indoteknik_custom/models/purchase_order.py @@ -13,7 +13,7 @@ except ImportError: _logger = logging.getLogger(__name__) - + class PurchaseOrder(models.Model): _inherit = 'purchase.order' diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py index fac01905..c151a543 100644 --- a/indoteknik_custom/models/stock_picking.py +++ b/indoteknik_custom/models/stock_picking.py @@ -72,9 +72,9 @@ class StockPicking(models.Model): ('partial', 'Kirim Parsial'), ('not_complete', 'Belum Lengkap'), ('indent', 'Indent'), - ('self_pickup', 'Barang belum di pickup Customer ( Untuk Customer Self Pickup )'), + ('self_pickup', 'Barang belum di pickup Customer'), ('delivery_route', 'Belum masuk rute pengiriman'), - ('expedition_closed', 'Eskpedisi belum buka ( Karena ada eskpedisi yang hanya buka di hari senin-rabu)') + ('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') purchase_representative_id = fields.Many2one('res.users', related='move_lines.purchase_line_id.order_id.user_id', string="Purchase Representative") -- cgit v1.2.3