Skip to content

Commit

Permalink
purchase_packaging : fix supplier info view for create
Browse files Browse the repository at this point in the history
  • Loading branch information
Laetitia Gangloff committed Mar 25, 2016
1 parent 721a8aa commit 2e607bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion purchase_packaging/views/product_views.xml
Expand Up @@ -26,7 +26,7 @@
<field name="packaging_id" domain="[('product_tmpl_id', '=', product_tmpl_id)]" groups="product.group_stock_packaging"/>
</field>
<field name="delay" position="after">
<field name="product_tmpl_id" invisible="1"/>
<field name="product_tmpl_id" invisible="1" required="False"/>
</field>
</field>
</record>
Expand Down

0 comments on commit 2e607bd

Please sign in to comment.