Hi
I want to be able to filter the product_name from product.supplierinfo in my product.template table view.
How can I do that ?
I tried with adding a filter like this
<field name="seller_ids" string="TESTTESTTEST" filter_domain="[('seller_ids.product_name', '=', 'seller_ids.product_name')]"/>
but this isn't working.
Any ideas?
Thank you