diff --git a/app_stock_picking_type_group/views/stock_picking_type_views.xml b/app_stock_picking_type_group/views/stock_picking_type_views.xml index 96182841..ec60d927 100644 --- a/app_stock_picking_type_group/views/stock_picking_type_views.xml +++ b/app_stock_picking_type_group/views/stock_picking_type_views.xml @@ -47,6 +47,9 @@ 0 0 + + 1 + diff --git a/app_stock_putaway/__manifest__.py b/app_stock_putaway/__manifest__.py index 89303cd1..ade75b04 100644 --- a/app_stock_putaway/__manifest__.py +++ b/app_stock_putaway/__manifest__.py @@ -36,6 +36,7 @@ 'data': [ 'views/product_putaway_views.xml', + 'views/stock_procrules_views.xml', ], 'demo': [ ], diff --git a/app_stock_putaway/static/stock_procrules_views.xml b/app_stock_putaway/static/stock_procrules_views.xml new file mode 100644 index 00000000..ddd350d2 --- /dev/null +++ b/app_stock_putaway/static/stock_procrules_views.xml @@ -0,0 +1,27 @@ + + + + + + Global Procurement Rules + stock.location.route + ir.actions.act_window + form + tree,form + +

+ Click to add a route. +

+

You can define here the main routes that run through + your warehouses and that define the flows of your products. These + routes can be assigned to a product, a product category or be fixed + on procurement or sales order.

+
+
+ + + +
+
\ No newline at end of file diff --git a/app_stock_putaway/views/stock_procrules_views.xml b/app_stock_putaway/views/stock_procrules_views.xml new file mode 100644 index 00000000..33ffb4b7 --- /dev/null +++ b/app_stock_putaway/views/stock_procrules_views.xml @@ -0,0 +1,26 @@ + + + + + + Global Procurement Rules + procurement.rule + ir.actions.act_window + form + tree,form + +

+ Click to add a route. +

+

You can define here the main routes that run through + your warehouses and that define the flows of your products. These + routes can be assigned to a product, a product category or be fixed + on procurement or sales order.

+
+
+ + + + +
+
\ No newline at end of file