Odoo Version: 12 on odoo.shModul: sale_orderI already filter only the partner's shipping address via domain filter successfully but now I also have to filter the following: If a contact of a partner is selected as customer, I want to show the shipping addresses of it's parent.
I tried the following:
["parent.id","=",partner_id.parent_id]
but there is an error like: partner_id does not have the attribute parent_id
Adding domain from py or XML?
from xml