diff options
| author | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-01-15 16:16:04 +0700 |
|---|---|---|
| committer | FIN-IT_AndriFP <andrifebriyadiputra@gmail.com> | 2026-01-15 16:16:04 +0700 |
| commit | e42aee6c9af962edad71603eaaaeceea8589dc7a (patch) | |
| tree | 9085e552ed994e57011c681c9776fe662d860a91 /indoteknik_custom/views | |
| parent | 74b5caa2ff4c30c824b243a8c621df590eab90e6 (diff) | |
fix invalid field
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/product_product.xml | 2 | ||||
| -rwxr-xr-x | indoteknik_custom/views/product_template.xml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/indoteknik_custom/views/product_product.xml b/indoteknik_custom/views/product_product.xml index e8a7380b..ee03779f 100644 --- a/indoteknik_custom/views/product_product.xml +++ b/indoteknik_custom/views/product_product.xml @@ -20,7 +20,7 @@ <field name="qty_free_bandengan" optional="hide"/> <field name="qty_rpo" optional="hide"/> <field name="plafon_qty" optional="hide"/> - <field name="has_magento" optional="hide"/> + <!-- <field name="has_magento" optional="hide"/> --> </field> </field> </record> diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml index 9fbf007a..06741859 100755 --- a/indoteknik_custom/views/product_template.xml +++ b/indoteknik_custom/views/product_template.xml @@ -78,7 +78,7 @@ <field name="inherit_id" ref="product.product_normal_form_view"/> <field name="arch" type="xml"> <field name="last_update_solr" position="after"> - <field name="has_magento"/> + <!-- <field name="has_magento"/> --> <field name="barcode_box" /> <field name="qty_pcs_box" /> <field name="clean_website_description" /> @@ -113,8 +113,8 @@ <field name="virtual_rating"/> <field name="search_rank"/> <field name="solr_flag"/> - <field name="x_attribute_set_id"/> - <field name="x_attribute_set_name"/> + <!-- <field name="x_attribute_set_id"/> --> + <!-- <field name="x_attribute_set_name"/> --> <!-- <field name="has_magento"/> --> </field> </field> |
