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
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
2
Odpowiedzi
417
Widoki
Did you try this?
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
lip 25
|
616 | ||
hide the create option at customer_id field
Rozwiązane
|
|
3
paź 21
|
4754 | |
|
0
mar 15
|
4863 | ||
|
0
wrz 20
|
2665 | ||
|
0
mar 15
|
3898 |
ok all i had to do was add quick_create options="{'no_create_edit': False,'no_quick_create': True}" and this works