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/__manifest__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fixco_custom/__manifest__.py') diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py index f464112..83d085a 100755 --- a/fixco_custom/__manifest__.py +++ b/fixco_custom/__manifest__.py @@ -25,6 +25,8 @@ 'views/purchase_pricelist.xml', 'views/shipment_group.xml', 'views/stock_picking_shipment_group.xml', + 'views/stock_picking_print_picking_list.xml', + 'views/print_picking_list.xml', ], 'demo': [], 'css': [], -- cgit v1.2.3