diff options
| -rwxr-xr-x | indoteknik_custom/views/product_template.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml index 9d9e3f81..309cbcc5 100755 --- a/indoteknik_custom/views/product_template.xml +++ b/indoteknik_custom/views/product_template.xml @@ -7,7 +7,7 @@ <field name="inherit_id" ref="product.product_template_form_view"/> <field name="arch" type="xml"> <field name="categ_id" position="after"> - <field name="web_tax_id" domain="[('active', '=', True)]"/> + <field name="web_tax_id" domain="[('type_tax_use','=','sale'), ('active', '=', True)]"/> <field name="x_manufacture"/> <field name="x_model_product"/> <field name="kind_of"/> |
