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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
3207
Vistas
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
dic 17
|
4221 | ||
|
1
ene 25
|
1322 | ||
|
0
jul 22
|
2425 | ||
|
3
sept 20
|
3077 | ||
|
0
jul 19
|
3748 |
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