summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-05-16 09:27:25 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-05-16 09:27:25 +0700
commit4360e1fd9f3af2c18b19463773047d9939716069 (patch)
tree59d26be91b5d64562f53b2715e83e36e3ab4e592 /indoteknik_custom/views
parentb8acd5ee5521228eb7c9033d9a234ee2b965db1a (diff)
revisi shipment group
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/shipment_group.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/shipment_group.xml b/indoteknik_custom/views/shipment_group.xml
index d2c661ba..a4f82e27 100644
--- a/indoteknik_custom/views/shipment_group.xml
+++ b/indoteknik_custom/views/shipment_group.xml
@@ -18,8 +18,9 @@
<field name="model">shipment.group.line</field>
<field name="arch" type="xml">
<tree editable="bottom">
- <field name="sale_id" readonly="1"/>
+ <field name="partner_id" readonly="1"/>
<field name="picking_id" required="1"/>
+ <field name="sale_id" readonly="1"/>
<field name="total_colly" readonly="1"/>
</tree>
</field>