Hi, Thanks for your reply. I will reply to your questions asap.
For now I've solved the issue simply by using the following domain:
address = fields.Many2One('party.address', 'Address',
required=True,
domain=[
('party', '=',
Get(Eval('_parent_party', {}), 'id'))
]
)
I need to do some more testing, but it seems to work as expected
Best regards, Vincent
--
[email protected] mailing list
