From 55936047e729cadcd462a57c7838f77f7c57ee1a Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 13 Jun 2025 14:35:38 +0700 Subject: print picking list --- fixco_custom/views/account_move.xml | 1 + fixco_custom/views/detail_order.xml | 12 +++++ fixco_custom/views/ir_sequence.xml | 10 ++++ fixco_custom/views/print_picking_list.xml | 62 ++++++++++++++++++++++ fixco_custom/views/stock_picking.xml | 8 +++ .../views/stock_picking_print_picking_list.xml | 32 +++++++++++ 6 files changed, 125 insertions(+) create mode 100644 fixco_custom/views/print_picking_list.xml create mode 100644 fixco_custom/views/stock_picking_print_picking_list.xml (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml index 7e24873..97414e6 100644 --- a/fixco_custom/views/account_move.xml +++ b/fixco_custom/views/account_move.xml @@ -8,6 +8,7 @@ + diff --git a/fixco_custom/views/detail_order.xml b/fixco_custom/views/detail_order.xml index 711f908..60a335c 100755 --- a/fixco_custom/views/detail_order.xml +++ b/fixco_custom/views/detail_order.xml @@ -20,6 +20,18 @@ detail.order
+
+
diff --git a/fixco_custom/views/ir_sequence.xml b/fixco_custom/views/ir_sequence.xml index 9de8525..10cc807 100644 --- a/fixco_custom/views/ir_sequence.xml +++ b/fixco_custom/views/ir_sequence.xml @@ -20,5 +20,15 @@ 1 1 + + + Print Picking List + print.picking.list + TRUE + PPL/%(year)s/ + 5 + 1 + 1 + \ No newline at end of file diff --git a/fixco_custom/views/print_picking_list.xml b/fixco_custom/views/print_picking_list.xml new file mode 100644 index 0000000..a6a33b5 --- /dev/null +++ b/fixco_custom/views/print_picking_list.xml @@ -0,0 +1,62 @@ + + + + print.picking.list.tree + print.picking.list + + + + + + + + + print.picking.list.line.tree + print.picking.list.line + + + + + + + + + print.picking.list.form + print.picking.list + + + + + + + + + + + + + + +
+ + +
+ +
+
+ + + Print Picking List + ir.actions.act_window + print.picking.list + tree,form + + + +
diff --git a/fixco_custom/views/stock_picking.xml b/fixco_custom/views/stock_picking.xml index 446e735..21d0aae 100755 --- a/fixco_custom/views/stock_picking.xml +++ b/fixco_custom/views/stock_picking.xml @@ -55,6 +55,14 @@ code action = records.open_form_shipment_group() + + + Print Picking List + + + code + action = records.open_form_print_picking_list() + check.product.tree diff --git a/fixco_custom/views/stock_picking_print_picking_list.xml b/fixco_custom/views/stock_picking_print_picking_list.xml new file mode 100644 index 0000000..1903c8f --- /dev/null +++ b/fixco_custom/views/stock_picking_print_picking_list.xml @@ -0,0 +1,32 @@ + + + + + Stock Picking Print Picking List + stock.picking.print_picking_list + +
+ +
+

Create Print Picking List for Selected Stock Picking

+
+
+
+
+
+
+
+ + + Create Print Picking List + stock.picking.print_picking_list + ir.actions.act_window + form + + new + +
+
\ No newline at end of file -- cgit v1.2.3