From 0b16acf14c58fe224557d843101b256f7028fb5b Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 4 Jul 2025 15:23:18 +0700 Subject: shipment group --- fixco_custom/views/requisition.xml | 126 ++++++++++++++++++++++++++++++++++ fixco_custom/views/shipment_group.xml | 25 ++++++- fixco_custom/views/shipment_line.xml | 109 +++++++++++++++++++++++++++++ 3 files changed, 259 insertions(+), 1 deletion(-) create mode 100644 fixco_custom/views/requisition.xml create mode 100644 fixco_custom/views/shipment_line.xml (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/requisition.xml b/fixco_custom/views/requisition.xml new file mode 100644 index 0000000..957113a --- /dev/null +++ b/fixco_custom/views/requisition.xml @@ -0,0 +1,126 @@ + + + + requisition.tree + requisition + + + + + + + + + + + + + requisition.line.tree + requisition.line + + + + + + + + + + + + + + + + + + requisition.purchase.match.tree + requisition.purchase.match + + + + + + + + + + + requisition.form + requisition + +
+
+
+ +
+ + + + + + + + + +
+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + Requisition + ir.actions.act_window + requisition + tree,form + + + + \ No newline at end of file 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 @@ shipment.group
+
+
+
+ +
@@ -25,9 +44,12 @@ - + + + + @@ -37,6 +59,7 @@ + diff --git a/fixco_custom/views/shipment_line.xml b/fixco_custom/views/shipment_line.xml new file mode 100644 index 0000000..dbeb1bb --- /dev/null +++ b/fixco_custom/views/shipment_line.xml @@ -0,0 +1,109 @@ + + + + + picking.line.search + picking.line + + + + + + + + + + + product.shipment.line.search + product.shipment.line + + + + + + + + + + + picking.line.tree + picking.line + + + + + + + + + + + + + + + picking.line.form + picking.line + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Shipment Lines + picking.line + tree,form + +

Create a new shipment line

+
+
+ + + + + product.shipment.line.tree + product.shipment.line + + + + + + + + + + + +
+
\ No newline at end of file -- cgit v1.2.3