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
- MRP
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