Vishnu
Vishnu

Reputation: 31

Showing values in many2many field dependiing selection of another many2many field

I am creating a module(OpenERP 7.0) in which i have taken 2 fields both are many2many. First field is related with res.partner.category and second field is res.partner, what i have to do is- after selecting categories in first field second field should get updated with partners of respected categories thanks...

Upvotes: 0

Views: 648

Answers (1)

Parthiv
Parthiv

Reputation: 1010

write an on change method on the first field which will search the partners related to selected categories and fill them in second field.

Upvotes: 0

Related Questions