diff options
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 2a159307..a45f1067 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -152,6 +152,9 @@ <field name="eta_date_start"/> <field name="eta_date" readonly="1"/> </group> + <group string="Return Doc"> + <field name="ccm_id" readonly="1"/> + </group> </xpath> <xpath expr="//form/sheet/notebook/page/field[@name='order_line']" position="attributes"> |
