[FIX] mrp: The attribute on bom lines is not filtered in function of the selected product template

This commit is contained in:
Christophe Matthieu 2014-11-06 18:09:52 +01:00 committed by Martin Trigaux
parent 7ffbd5c726
commit a674512739
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@
<field name="product_efficiency"/>
<field name="date_start"/>
<field name="date_stop"/>
<field name="attribute_value_ids" widget="many2many_tags"/>
<field name="attribute_value_ids" widget="many2many_tags" domain="[('product_ids.product_tmpl_id', '=', parent.product_tmpl_id)]"/>
</tree>
</field>
</page>