Hi, Is it possible to hide recipe that we use in the production in OpenERP? I don't want my staff to know the recipe I use to produce my products, but I want to track the inventory levels of the ingredients to use the recipe
eg. Product A requires 100 Kg of flour and 1 unit of recipe 1 Recipe requires 20 Kg of Ingredient A, 10 Kg of Ingredient B
Hi Andri, You can hide bill of materials from other users using securtiy groups. You can goto "Settings >> Technical >> User Interface > Menu Items" and then choose "Manufacturing/Products/Bill of Materials" or any menu item you want to hide. Then edit and add the group which contains only you. So that you can monitor and it will be hidden for other users. You can also do that in your custom module xml, by the inheriting the action and corresponding menu item, then add groups="your_grour_id" to the menu item.
I couldn't post it as answer becasuse its showing 20 karma needed!