summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-10-14 08:41:43 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-10-14 08:41:43 +0700
commit0b5939be2fd7a4310ef22db2b7f62358ff30a3e9 (patch)
tree6703a7fcfb0761335e91f8c569f016c29a894f51
parent6668257b1c892fdcf366a446587c0aaf31f42651 (diff)
Update view product_template
-rwxr-xr-xindoteknik_custom/views/product_template.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml
index d4fa8d57..6702ef72 100755
--- a/indoteknik_custom/views/product_template.xml
+++ b/indoteknik_custom/views/product_template.xml
@@ -7,6 +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="x_manufacture"/>
<field name="x_model_product"/>
<field name="x_studio_field_tGhJR" widget="many2many_tags"/>
@@ -44,6 +45,7 @@
<field name="website_ribbon_id" position="after">
<field name="last_calculate_rating" attrs="{'readonly': [('type', '=', 'product')]}"/>
<field name="product_rating" attrs="{'readonly': [('type', '=', 'product')]}"/>
+ <field name="web_price_sorting" attrs="{'readonly': [('type', '=', 'product')]}"/>
</field>
</field>
</record>