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
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
2
Respostas
680
Visualizações
Did you try this?
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
2
jul. 25
|
1066 | ||
|
3
out. 21
|
5218 | ||
|
0
mar. 15
|
5237 | ||
|
0
set. 20
|
2873 | ||
|
0
mar. 15
|
4233 |
ok all i had to do was add quick_create options="{'no_create_edit': False,'no_quick_create': True}" and this works