Skip to content
Snippets Groups Projects
Commit 86eeea12 authored by Richard deMeester's avatar Richard deMeester Committed by Martin Trigaux
Browse files

[FIX] product: Put product_variant_count on template form view.

Was missing to be used in domain added at 92d8f15a.
Fixes #2570
parent a4a8a3ec
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@
<field name="arch" type="xml">
<form string="Product">
<field name="is_product_variant" invisible="1"/>
<field name='product_variant_count' invisible='1'/>
<sheet>
<field name="id" invisible="True"/>
<div class="oe_right oe_button_box" style="width: 300px;" name="buttons">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment