diff --git a/app_mrp_superbar/__manifest__.py b/app_mrp_superbar/__manifest__.py
index 5415aad8..bd8c541b 100644
--- a/app_mrp_superbar/__manifest__.py
+++ b/app_mrp_superbar/__manifest__.py
@@ -17,7 +17,7 @@
{
'name': "App mrp Manufacturing Orders browse by state workcenter navigator",
- 'version': '12.19.05.25',
+ 'version': '12.19.05.28',
'author': 'Sunpop.cn',
'category': 'Base',
'website': 'https://www.sunpop.cn',
@@ -43,6 +43,7 @@
'data': [
'views/mrp_production_views.xml',
'views/mrp_workorder_views.xml',
+ 'views/mrp_bom_views.xml',
],
'demo': [
],
diff --git a/app_mrp_superbar/views/mrp_bom_views.xml b/app_mrp_superbar/views/mrp_bom_views.xml
new file mode 100644
index 00000000..90f12d3a
--- /dev/null
+++ b/app_mrp_superbar/views/mrp_bom_views.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ mrp.bom.select.superbar
+ mrp.bom
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app_stock_superbar/__manifest__.py b/app_stock_superbar/__manifest__.py
index 9bd93606..77582b4a 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.25',
+ 'version': '12.19.05.28',
'author': 'Sunpop.cn',
'category': 'Base',
'website': 'https://www.sunpop.cn',
@@ -41,6 +41,11 @@
'images': ['static/description/banner.gif'],
'data': [
'views/stock_location_views.xml',
+ 'views/stock_picking_views.xml',
+ 'views/stock_picking_type_views.xml',
+ 'views/stock_warehouse_orderpoint_views.xml',
+ 'views/stock_rule_views.xml',
+ 'views/stock_location_route_views.xml',
],
'demo': [
],
diff --git a/app_stock_superbar/views/stock_location_route_views.xml b/app_stock_superbar/views/stock_location_route_views.xml
new file mode 100644
index 00000000..a0c7162b
--- /dev/null
+++ b/app_stock_superbar/views/stock_location_route_views.xml
@@ -0,0 +1,17 @@
+
+
+
+
+ stock.location.route.search.superbar
+ stock.location.route
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app_stock_superbar/views/stock_location_views.xml b/app_stock_superbar/views/stock_location_views.xml
index b335ec9c..2caa560d 100644
--- a/app_stock_superbar/views/stock_location_views.xml
+++ b/app_stock_superbar/views/stock_location_views.xml
@@ -1,20 +1,5 @@
-
-
- stock.picking.internal.search.superbar
- stock.picking
-
-
-
-
-
-
-
-
-
-
-
stock.location.search.superbar
@@ -31,19 +16,5 @@
-
-
- sstock.picking.type.filter.superbar
- stock.picking.type
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app_stock_superbar/views/stock_picking_type_views.xml b/app_stock_superbar/views/stock_picking_type_views.xml
new file mode 100644
index 00000000..412b2e0e
--- /dev/null
+++ b/app_stock_superbar/views/stock_picking_type_views.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ stock.picking.type.filter.superbar
+ stock.picking.type
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app_stock_superbar/views/stock_picking_views.xml b/app_stock_superbar/views/stock_picking_views.xml
new file mode 100644
index 00000000..1128ecc7
--- /dev/null
+++ b/app_stock_superbar/views/stock_picking_views.xml
@@ -0,0 +1,19 @@
+
+
+
+
+ stock.picking.internal.search.superbar
+ stock.picking
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app_stock_superbar/views/stock_rule_views.xml b/app_stock_superbar/views/stock_rule_views.xml
new file mode 100644
index 00000000..51924bc9
--- /dev/null
+++ b/app_stock_superbar/views/stock_rule_views.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ stock.rule.select.superbar
+ stock.rule
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app_stock_superbar/views/stock_warehouse_orderpoint_views.xml b/app_stock_superbar/views/stock_warehouse_orderpoint_views.xml
new file mode 100644
index 00000000..8a25f81d
--- /dev/null
+++ b/app_stock_superbar/views/stock_warehouse_orderpoint_views.xml
@@ -0,0 +1,18 @@
+
+
+
+
+ stock.warehouse.orderpoint.search.superbar
+ stock.warehouse.orderpoint
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file