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
- Kirjanpito
- Varastointi
- PoS
- Project
- MRP
Tämä kysymys on merkitty
2
Vastaukset
424
Näkymät
Did you try this?
Nautitko keskustelusta? Älä vain lue, vaan osallistu!
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
|
2
heinäk. 25
|
617 | ||
|
3
lokak. 21
|
4755 | ||
|
0
maalisk. 15
|
4871 | ||
|
0
syysk. 20
|
2670 | ||
|
0
maalisk. 15
|
3898 |
ok all i had to do was add quick_create options="{'no_create_edit': False,'no_quick_create': True}" and this works