diff --git a/stock_request_picking_type/__manifest__.py b/stock_request_picking_type/__manifest__.py index e85d602fb..cac856c74 100644 --- a/stock_request_picking_type/__manifest__.py +++ b/stock_request_picking_type/__manifest__.py @@ -15,6 +15,6 @@ "views/stock_request_order_views.xml", "views/stock_picking_views.xml", ], - "development_status": "Beta", + "development_status": "Production/Stable", "maintainers": ["max3903"], } diff --git a/stock_request_picking_type/views/stock_picking_views.xml b/stock_request_picking_type/views/stock_picking_views.xml index fa16ff188..98d4ce192 100644 --- a/stock_request_picking_type/views/stock_picking_views.xml +++ b/stock_request_picking_type/views/stock_picking_views.xml @@ -1,5 +1,5 @@ - + stock.picking.type.kanban stock.picking.type @@ -176,6 +176,7 @@ + Operation Types stock.picking.type @@ -193,4 +194,5 @@ + diff --git a/stock_request_picking_type/views/stock_request_order_views.xml b/stock_request_picking_type/views/stock_request_order_views.xml index 93105b7b9..73b653c03 100644 --- a/stock_request_picking_type/views/stock_request_order_views.xml +++ b/stock_request_picking_type/views/stock_request_order_views.xml @@ -1,5 +1,6 @@ - + + stock.request.order.search stock.request.order @@ -14,6 +15,7 @@ + stock.request.order.form.picking.type stock.request.order @@ -29,6 +31,7 @@ + Stock Request Orders ir.actions.act_window @@ -37,14 +40,15 @@ [('picking_type_id', '=', active_id)] - {'default_picking_type_id': active_id} + Stock Request Orders ir.actions.act_window stock.request.order form + +