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
- Contabilitate
- Inventar
- PoS
- Project
- MRP
Această întrebare a fost marcată
3252
Vizualizări
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-teRelated Posts | Răspunsuri | Vizualizări | Activitate | |
---|---|---|---|---|
|
0
dec. 17
|
4231 | ||
|
1
ian. 25
|
1403 | ||
|
0
iul. 22
|
2463 | ||
|
3
sept. 20
|
3121 | ||
|
0
iul. 19
|
3807 |
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