summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/shipment_group.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/views/shipment_group.xml')
-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>