I created a Many2one field in Sales Order named x_studio_releted_subscription (model: sale.order).
The field should show all subscription orders that have the same partner and allow me to select one.
How can I do this using a domain?
I tried using:
[("partner_id", "=", partner_id)]
but I get the error: Domain is invalid. Please correct it.
You are the best, Thanks