summaryrefslogtreecommitdiff
path: root/fixco_custom/views
diff options
context:
space:
mode:
Diffstat (limited to 'fixco_custom/views')
-rw-r--r--fixco_custom/views/shipment_group.xml24
1 files changed, 13 insertions, 11 deletions
diff --git a/fixco_custom/views/shipment_group.xml b/fixco_custom/views/shipment_group.xml
index 3edc432..4aae314 100644
--- a/fixco_custom/views/shipment_group.xml
+++ b/fixco_custom/views/shipment_group.xml
@@ -6,6 +6,7 @@
<field name="arch" type="xml">
<tree default_order="create_date desc">
<field name="number"/>
+ <field name="total_line" readonly="1"/>
</tree>
</field>
</record>
@@ -16,15 +17,15 @@
<field name="arch" type="xml">
<form>
<header>
- <button name="get_status"
- string="Get Status"
- type="object"
- class="oe_highlight"
+ <button name="get_status"
+ string="Get Status"
+ type="object"
+ class="oe_highlight"
/>
- <button name="sync_product_to_picking_line"
- string="Sync Picking Line"
- type="object"
- class="oe_highlight"
+ <button name="sync_product_to_picking_line"
+ string="Sync Picking Line"
+ type="object"
+ class="oe_highlight"
/>
</header>
<sheet>
@@ -38,6 +39,7 @@
<group>
<group>
<field name="number" readonly="1"/>
+ <field name="total_line" readonly="1"/>
</group>
</group>
<notebook>
@@ -51,7 +53,7 @@
<field name="order_reference" optional="hide"/>
<field name="status"/>
</tree>
- </field>
+ </field>
</page>
<page string="Line">
<field name="shipment_line">
@@ -62,7 +64,7 @@
<field name="order_reference" optional="hide"/>
<field name="picking_id"/>
</tree>
- </field>
+ </field>
</page>
</notebook>
</sheet>
@@ -83,7 +85,7 @@
<field name="receipt"/>
</search>
</field>
- </record>
+ </record>
<record id="shipment_group_action" model="ir.actions.act_window">
<field name="name">Shipment Group</field>