My form contains a button to add a member and edit member details. But how do I get the value of master drop-down control? Somebody suggests me to use context to set the default value. But I do not know how to achieve this goal.
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
3264
Visualizações
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 | |
---|---|---|---|---|
|
0
dez. 17
|
4238 | ||
|
1
jan. 25
|
1441 | ||
|
0
jul. 22
|
2495 | ||
|
3
set. 20
|
3157 | ||
|
0
jul. 19
|
3817 |
In this drop-down, you contain one value or multiple values. I mean you have use many2one field or many2many field.
Get parent form value: https://goo.gl/JmQRKw
hope this will helps