diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-04-01 15:00:33 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-04-01 15:00:33 +0700 |
| commit | 2db12d995a60bfdbfbdeffc0a5256ac013557222 (patch) | |
| tree | ca253a43049105522e3ca2e1632b350b95c60160 | |
| parent | ea68d609ba1943b46af15c8402d6c365c519632a (diff) | |
Add domain active tax on product
| -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 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"/> |
