Hi all,
I need to hide the cost, in the form in product sales, only for the sales staff.
Thanks in advance for your suggestions.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi all,
I need to hide the cost, in the form in product sales, only for the sales staff.
Thanks in advance for your suggestions.
By customizing the code of the view. Assign a group to that field so only the users in your group can see it.
<field name="standard_price" attrs="{'readonly':[('cost_method','=','average')]}" groups="your_group_id"/>
Or if you prefer buy this app.
https://www.odoo.com/apps/modules/8.0/dusal_product/
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Nov 24
|
66 | ||
|
1
Aug 24
|
262 | ||
|
1
Aug 24
|
1001 | ||
|
2
May 23
|
879 | ||
|
2
May 20
|
36 |