diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-04 15:23:18 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-04 15:23:18 +0700 |
| commit | 0b16acf14c58fe224557d843101b256f7028fb5b (patch) | |
| tree | 8bdccd2e80072fb28dcaf879fd1a5d704cb8498b /fixco_custom/views/shipment_group.xml | |
| parent | dd93d36b4c7cec4e1681d69e296a7cff559386a0 (diff) | |
shipment group
Diffstat (limited to 'fixco_custom/views/shipment_group.xml')
| -rw-r--r-- | fixco_custom/views/shipment_group.xml | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/fixco_custom/views/shipment_group.xml b/fixco_custom/views/shipment_group.xml index 8a6c303..8ebcef9 100644 --- a/fixco_custom/views/shipment_group.xml +++ b/fixco_custom/views/shipment_group.xml @@ -15,7 +15,26 @@ <field name="model">shipment.group</field> <field name="arch" type="xml"> <form> + <header> + <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" + /> + </header> <sheet> + <div class="oe_button_box" name="button_box"> + <button type="object" name="action_view_related_line" + class="oe_stat_button" + icon="fa-pencil-square-o"> + <field name="related_count" widget="statinfo" string="Related Line"/> + </button> + </div> <group> <group> <field name="number" readonly="1"/> @@ -25,9 +44,12 @@ <page string="Picking Line"> <field name="picking_lines"> <tree editable="bottom"> - <field name="scan_invoice_marketplace"/> + <field name="scan_receipt"/> <field name="picking_id"/> <field name="carrier"/> + <field name="invoice_marketplace"/> + <field name="order_reference" optional="hide"/> + <field name="status"/> </tree> </field> </page> @@ -37,6 +59,7 @@ <field name="product_id"/> <field name="carrier"/> <field name="invoice_marketplace"/> + <field name="order_reference" optional="hide"/> <field name="picking_id"/> </tree> </field> |
