From 8d482347f6dff03919db3f0a92ba1f3c5eb74ffe Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 9 Jun 2025 16:23:51 +0700 Subject: shipment group --- fixco_custom/views/ir_sequence.xml | 10 ++++ fixco_custom/views/shipment_group.xml | 65 ++++++++++++++++++++++ fixco_custom/views/stock_picking.xml | 5 ++ .../views/stock_picking_shipment_group.xml | 35 ++++++++++++ 4 files changed, 115 insertions(+) create mode 100644 fixco_custom/views/shipment_group.xml create mode 100644 fixco_custom/views/stock_picking_shipment_group.xml (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/ir_sequence.xml b/fixco_custom/views/ir_sequence.xml index b89b3de..9de8525 100644 --- a/fixco_custom/views/ir_sequence.xml +++ b/fixco_custom/views/ir_sequence.xml @@ -10,5 +10,15 @@ 1 1 + + + Shipment Group + shipment.group + TRUE + SGR/%(year)s/ + 5 + 1 + 1 + \ No newline at end of file diff --git a/fixco_custom/views/shipment_group.xml b/fixco_custom/views/shipment_group.xml new file mode 100644 index 0000000..4239bea --- /dev/null +++ b/fixco_custom/views/shipment_group.xml @@ -0,0 +1,65 @@ + + + + shipment.group.tree + shipment.group + + + + + + + + + shipment.group.line.tree + shipment.group.line + + + + + + + + + + + + shipment.group.form + shipment.group + +
+ + + + + + + + + + + + +
+ + +
+
+
+
+ + + Shipment Group + ir.actions.act_window + shipment.group + tree,form + + + +
diff --git a/fixco_custom/views/stock_picking.xml b/fixco_custom/views/stock_picking.xml index 3f3464c..4bea530 100755 --- a/fixco_custom/views/stock_picking.xml +++ b/fixco_custom/views/stock_picking.xml @@ -23,6 +23,11 @@ + + + + + diff --git a/fixco_custom/views/stock_picking_shipment_group.xml b/fixco_custom/views/stock_picking_shipment_group.xml new file mode 100644 index 0000000..68e0187 --- /dev/null +++ b/fixco_custom/views/stock_picking_shipment_group.xml @@ -0,0 +1,35 @@ + + + + + Stock Picking Shipment Group + stock.picking.shipment_group + +
+ +
+

Create Shipment Group for Selected Stock Picking

+
+
+

This will create Shipment Group for all selected Stock Picking.

+
+
+
+
+
+
+
+ + + Create Shipment Group + stock.picking.shipment_group + ir.actions.act_window + form + + new + +
+
\ No newline at end of file -- cgit v1.2.3