<act_window
context="{'product_id': active_id}"
id="act_stock_product_location_open"
name="Stock by Location"
res_model="stock.location"
src_model="product.product"/>
上列。 在src_model (产品) 链接到 res_model(location) 中的记录。
context="{'product_id': active_id}" 传递过滤条件
也通过分别做建立 'ir.actions.act_window' 和 'ir.vaule' key2=‘client_action_relate’ 创建,