summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-04-24 13:56:11 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-04-24 13:56:11 +0700
commit21653f522154475d9029c1e2b395960b58ecf47a (patch)
tree5d02cdc9383e604371c603ba04690ef0e8705662
parentadd5cafc05aec0036fa1382c90dbf3abc8e1ecf5 (diff)
push
-rw-r--r--indoteknik_custom/models/stock_picking.py2
-rw-r--r--indoteknik_custom/views/stock_picking.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/models/stock_picking.py b/indoteknik_custom/models/stock_picking.py
index a8a4a4e6..8f8ab54d 100644
--- a/indoteknik_custom/models/stock_picking.py
+++ b/indoteknik_custom/models/stock_picking.py
@@ -141,7 +141,7 @@ class StockPicking(models.Model):
('cancel', 'Cancelled'),
], string='Status Reserve', tracking=True, copy=False, help="The current state of the stock picking.")
notee = fields.Text(string="Note SJ", help="Catatan untuk kirim barang")
- note_info = fields.Text(string="Note", help="Catatan untuk pengiriman")
+ note_info = fields.Text(string="Note Logistix (Text)", help="Catatan untuk pengiriman")
state_approve_md = fields.Selection([
('waiting', 'Waiting For Approve by MD'),
('pending', 'Pending (perlu koordinasi dengan MD)'),
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml
index dd319bea..c916f2ef 100644
--- a/indoteknik_custom/views/stock_picking.xml
+++ b/indoteknik_custom/views/stock_picking.xml
@@ -173,9 +173,9 @@
<page string="Delivery" name="delivery_order" attrs="{'invisible': [('location_dest_id', '=', 60)]}">
<group>
<group>
- <field name="note_info"/>
<field name="notee"/>
<field name="note_logistic"/>
+ <field name="note_info"/>
<field name="responsible" />
<field name="carrier_id"/>
<field name="out_code" attrs="{'invisible': [['out_code', '=', False]]}"/>