From a3c17204060d4059c1ace9c5a55e584b72d97216 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Mon, 3 Jun 2019 06:39:35 +0800 Subject: [PATCH] opt product expired --- app_stock_superbar/__manifest__.py | 3 ++- .../views/stock_production_lot_views.xml | 21 +++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 app_stock_superbar/views/stock_production_lot_views.xml 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