diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-10 15:51:08 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-10 15:51:08 +0700 |
| commit | 18f730f12949dbf74068fb1695ac0d6975727f67 (patch) | |
| tree | 6c137fa5c7370467f9142ca6fbf112295fe6207a | |
| parent | fa84aa8da87bea1988b40619d2253c291680569b (diff) | |
change name
| -rwxr-xr-x | indoteknik_custom/models/sale_order.py | 2 | ||||
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/indoteknik_custom/models/sale_order.py b/indoteknik_custom/models/sale_order.py index b3b28585..d3971829 100755 --- a/indoteknik_custom/models/sale_order.py +++ b/indoteknik_custom/models/sale_order.py @@ -101,7 +101,7 @@ class SaleOrder(models.Model): ], string='Web Approval', copy=False) compute_fullfillment = fields.Boolean(string='Compute Fullfillment', compute="_compute_fullfillment") note_ekspedisi = fields.Char(string="Note Ekspedisi") - date_kirim_ril = fields.Datetime(string='Tanggal Kirim SJ', related='picking_ids.date_doc_kirim', copy=False) + date_kirim_ril = fields.Datetime(string='Tanggal Kirim SJ', related='picking_ids.date_doc_kirim', copy=False) date_driver_departure = fields.Datetime(string='Arrival Date', related='picking_ids.driver_arrival_date', copy=False) note_website = fields.Char(string="Note Website") diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index aa92eaea..27d30445 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -223,8 +223,8 @@ <field name="approval_status" /> <field name="client_order_ref"/> <field name="so_status"/> - <field name="date_doc_kirim"/> - <field name="date_kirim_ril"/> + <field name="date_doc_kirim" string="Date Keep Barang"/> + <field name="date_kirim_ril" string="Date Kirim SJ"/> <field name="date_driver_departure" string="Arrival Date"/> <field name="payment_type" optional="hide"/> <field name="payment_status" optional="hide"/> |
