diff --git a/stock_usability/views/stock_location.xml b/stock_usability/views/stock_location.xml index f35d6b1..47dcd5e 100644 --- a/stock_usability/views/stock_location.xml +++ b/stock_usability/views/stock_location.xml @@ -66,12 +66,18 @@ +the items present on a particular stock location => so every user +should be able to access it. So I add a menu entry under Inventory Control. +The problem is that, in addons/stock/views/stock_quant_views.xml, +there is a menu entry XMLID stock.menu_valuation pointing to stock.quant +with name="Locations"... so we end up having 2 different menu entries "Locations" +pointing to different models. +Until I find a proper solution to that, I decided to remove the menu entry +-->