1)i have a many 2one field in that field some products are there(dynamic values ) when i select one value, based on that value to change the values in many2many field as well as fill that values into many2many field. how to do
please help me
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
1)i have a many 2one field in that field some products are there(dynamic values ) when i select one value, based on that value to change the values in many2many field as well as fill that values into many2many field. how to do
please help me
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Nov 24
|
18019 | ||
|
1
Sep 23
|
1203 | ||
|
3
May 23
|
4089 | ||
|
7
Apr 23
|
47090 | ||
Barcode scanner from mobile
Solved
|
|
1
Dec 22
|
6433 |
write an onchange function for that many2one field, in that use your_many2many = [(6, 0, [ids to fill])]