summaryrefslogtreecommitdiff
path: root/fixco_custom/views/shipment_group.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2025-12-24 14:08:25 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2025-12-24 14:08:25 +0700
commit1c42785d665f1b4d459e468d9c0428bc6f767954 (patch)
tree66018f0a196315f3e4c116064d1f331c092662d5 /fixco_custom/views/shipment_group.xml
parent5dc0eb722ba306ed2e81acad1b6ba7457717af44 (diff)
parent95bcefaef503bcbe787f71ff0aadd2aa2faa47d5 (diff)
Merge branch 'main' of bitbucket.org:altafixco/fixco-addons
merge
Diffstat (limited to 'fixco_custom/views/shipment_group.xml')
-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>