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
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
2717
Views
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Dec 17
|
3536 | ||
|
0
Jul 22
|
1193 | ||
|
3
Sep 20
|
2121 | ||
|
0
Jul 19
|
3112 | ||
Significance of context ?
Solved
|
|
2
Dec 15
|
3648 |
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