When I add a many2many product Field - for example in the res.partner view - like
'product_list': fields.many2many('product.product','product_product_lieferantenprodukt','product_id','lieferantenprodukt_id','lieferantenprodukt'),
and I add a product to this "product_list" field, how can I tell the product that it has been added to this form?