diff --git a/app_stock_superbar/__manifest__.py b/app_stock_superbar/__manifest__.py index 77582b4a..44a7f6c5 100644 --- a/app_stock_superbar/__manifest__.py +++ b/app_stock_superbar/__manifest__.py @@ -17,7 +17,7 @@ { 'name': "Stock Superbar ztree, parent children tree", - 'version': '12.19.05.28', + 'version': '12.19.06.03', 'author': 'Sunpop.cn', 'category': 'Base', 'website': 'https://www.sunpop.cn', @@ -46,6 +46,7 @@ 'views/stock_warehouse_orderpoint_views.xml', 'views/stock_rule_views.xml', 'views/stock_location_route_views.xml', + 'views/stock_production_lot_views.xml', ], 'demo': [ ], diff --git a/app_stock_superbar/views/stock_production_lot_views.xml b/app_stock_superbar/views/stock_production_lot_views.xml new file mode 100644 index 00000000..c1a58698 --- /dev/null +++ b/app_stock_superbar/views/stock_production_lot_views.xml @@ -0,0 +1,21 @@ + + + + + Production Lots Filter superbar + stock.production.lot + + + + + + + + + + + + + + + \ No newline at end of file