diff options
Diffstat (limited to 'fixco_custom/views')
| -rw-r--r-- | fixco_custom/views/shipment_group.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fixco_custom/views/shipment_group.xml b/fixco_custom/views/shipment_group.xml index 4aae314..e298475 100644 --- a/fixco_custom/views/shipment_group.xml +++ b/fixco_custom/views/shipment_group.xml @@ -7,6 +7,7 @@ <tree default_order="create_date desc"> <field name="number"/> <field name="total_line" readonly="1"/> + <field name="shipment_method" readonly="1"/> </tree> </field> </record> @@ -40,6 +41,7 @@ <group> <field name="number" readonly="1"/> <field name="total_line" readonly="1"/> + <field name="shipment_method" readonly="1"/> </group> </group> <notebook> |
