on odoo17 i want to remove the create and just leave the create and edit only but i can't seem to do it with options is there any way to do this? if i make the widget selection i can't make it create from the many2one field.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilitate
- Inventar
- PoS
- Project
- MRP
Această întrebare a fost marcată
2
Răspunsuri
415
Vizualizări
Did you try this?
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-teRelated Posts | Răspunsuri | Vizualizări | Activitate | |
---|---|---|---|---|
|
2
iul. 25
|
616 | ||
|
3
oct. 21
|
4753 | ||
|
0
mar. 15
|
4851 | ||
|
0
sept. 20
|
2665 | ||
|
0
mar. 15
|
3897 |
ok all i had to do was add quick_create options="{'no_create_edit': False,'no_quick_create': True}" and this works