Reputation: 31
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
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