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
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
4
Risposte
11333
Visualizzazioni
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/
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
2
mag 22
|
4722 | ||
|
1
apr 21
|
4243 | ||
|
1
set 20
|
2890 | ||
|
7
giu 20
|
22174 | ||
|
1
gen 20
|
2866 |