summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2024-04-01 15:00:33 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2024-04-01 15:00:33 +0700
commit2db12d995a60bfdbfbdeffc0a5256ac013557222 (patch)
treeca253a43049105522e3ca2e1632b350b95c60160
parentea68d609ba1943b46af15c8402d6c365c519632a (diff)
Add domain active tax on product
-rwxr-xr-xindoteknik_custom/views/product_template.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml
index 92d2191e..9d9e3f81 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"/>
+ <field name="web_tax_id" domain="[('active', '=', True)]"/>
<field name="x_manufacture"/>
<field name="x_model_product"/>
<field name="kind_of"/>