diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-06-19 09:33:25 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-06-19 09:33:25 +0700 |
| commit | c4640e2f846d853412c5f1cb0901e50208fa0216 (patch) | |
| tree | 65e48c8f694faef98d40b9c55994a79f42365e66 /indoteknik_custom/models | |
| parent | 130862f48ffebfcd30936b59628090f18e3b3a2a (diff) | |
(andri) ganti keterangan eta date reserved & penyesuaian field ETA
Diffstat (limited to 'indoteknik_custom/models')
| -rwxr-xr-x | indoteknik_custom/models/sale_order.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py index 4f8536ca..6da46398 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -354,7 +354,7 @@ class SaleOrder(models.Model): eta_date_reserved = fields.Datetime( string="Date Reserved", compute="_compute_eta_date_reserved", - help="Tanggal DO dengan prefix BU/PICK/ yang sudah 'assigned' dan memiliki reserved date." + help="Tanggal pertama kali barang berhasil di-reservasi pada DO (BU/PICK/) yang berstatus Siap Dikirim." ) @api.depends('order_line.product_id', 'date_order') |
