summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-02-24 09:57:56 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-02-24 09:57:56 +0700
commitc1810b315d820a184db47d551b39700ce00d1440 (patch)
tree7f7e93fcacdda6d4b607a4efa795cca0cc21d905 /indoteknik_custom/views
parent99b252edaefc372fcd4ef59e065284d8feeb669c (diff)
push wms
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/sale_order.xml2
-rw-r--r--indoteknik_custom/views/stock_picking.xml5
2 files changed, 4 insertions, 3 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml
index 877208b0..4d31b072 100755
--- a/indoteknik_custom/views/sale_order.xml
+++ b/indoteknik_custom/views/sale_order.xml
@@ -401,6 +401,8 @@
<field name="arch" type="xml">
<tree editable="top" create="false" delete="false">
<field name="koli_id" readonly="1"/>
+ <field name="picking_id" readonly="1"/>
+ <field name="state" readonly="1"/>
</tree>
</field>
</record>
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml
index 2a11459c..1b3406ec 100644
--- a/indoteknik_custom/views/stock_picking.xml
+++ b/indoteknik_custom/views/stock_picking.xml
@@ -73,10 +73,8 @@
<field name="dokumen_tanda_terima"/>
<field name="dokumen_pengiriman"/>
<field name="quantity_koli" attrs="{'invisible': [('location_dest_id', '!=', 60)]}"/>
- <!-- <field name="source_koli_id" attrs="{'invisible': [('picking_type_code', '!=', 'outgoing')]}"/> -->
<field name="total_koli_display" readonly="1"/>
<field name="linked_out_picking_id" readonly="1"/>
- <field name="backorder_picking_id" readonly="1"/>
</field>
<field name="weight_uom_name" position="after">
<group>
@@ -219,7 +217,7 @@
<field name="model">scan.koli</field>
<field name="arch" type="xml">
<tree editable="bottom">
- <field name="koli_id"/>
+ <field name="koli_id" domain="[('state', '=', 'not_delivered')]"/>
<field name="scan_koli_progress"/>
</tree>
</field>
@@ -231,6 +229,7 @@
<field name="arch" type="xml">
<tree editable="bottom">
<field name="koli"/>
+ <field name="reserved_id"/>
</tree>
</field>
</record>