Hello,
I would like to prepare new user group for inventory module (default are 'user' and 'manager', would like to have one more - 'user without prices'); goal is to have user accout able to see products, but not able to see product purchase prices.
My guesses are:
1) there is a need to change stock_security.xml file in 'stock' directory of odoo setup to define 'user without prices' group for module - is it correct? and if so, will this change persist during odoo updates?
2) after above, group 'user without prices' is ready to be chosen in user security form in odoo, but there is no any permission behind
3) unfortunately, my trials to connect product view with new group were unsuccesfull so far; could anyone advice how to tie together: newly created group with duplicated views where field with price were removed?
thank you in advance & regards
Tomasz