How to hide cost price located on product -> procurement tab for specific user?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Бухоблік
- Склад
- PoS
- Проект
- MRP
Це запитання позначене
4
Відповіді
12063
Переглядів
By customizing the code of the view. Assign a group to that field so only the users in your group can see it.
Like:
<field name="standard_price" attrs="{'readonly':[('cost_method','=','average')]}" groups="your_group_id"/>
How to know my group id, where to look for it? Thanks.
You can use this module: https://apps.odoo.com/apps/modules/17.0/as_hide_product_price/
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Реєстрація| Related Posts | Відповіді | Переглядів | Дія | |
|---|---|---|---|---|
|
|
2
трав. 22
|
5319 | ||
|
|
1
квіт. 21
|
4998 | ||
|
|
1
вер. 20
|
3358 | ||
|
|
7
черв. 20
|
23021 | ||
|
|
1
січ. 20
|
3452 |