Hi,

I've installed the party_relationship module and I want to create a field 
in another module that searches all the contacts of the party.

I have a class called Contact in work_order module. In Contact class I want 
to save the person who contacted me. The work_order has a party and I want 
to search the contacts of this party.

I did this

relation = fields.Many2One('party.relation.all', 'Relation', 
domain=[('from_', '=', 'work_order.party')])

But it brings nobody.

How do I have to do?

Reply via email to