[IMP] product: specify a view for 'Variant Values' action

This commit is contained in:
kevin wang 2014-08-19 10:54:01 +08:00 committed by Martin Trigaux
parent acbdac4e9f
commit ad05669460
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@
<field name="res_model">product.attribute.value</field>
<field name="view_mode">tree</field>
<field name="view_type">form</field>
<field name="view_id" ref="variants_template_tree_view"/>
<field name="domain">[('product_ids.product_tmpl_id', '=', active_id)]</field>
<field name="context">{'default_product_tmpl_id': active_id}</field>
</record>