diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-12-10 11:25:10 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-12-10 11:25:10 +0700 |
| commit | cc9abe07512a6e317dc82f6a4be626c55f298379 (patch) | |
| tree | 2d1766b06cdbd0656dc2696d4602363805f96d86 /indoteknik_custom/views | |
| parent | 9dbae80871e94f439ea1b6c3cf6a13cab9221532 (diff) | |
fix bug
Diffstat (limited to 'indoteknik_custom/views')
| -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 93ea11a2..af21984a 100755 --- a/indoteknik_custom/views/product_template.xml +++ b/indoteknik_custom/views/product_template.xml @@ -20,7 +20,7 @@ <field name="unpublished" /> <field name="desc_update_solr" readonly="1" /> <field name="last_update_solr" readonly="1" /> - <field name="qr_code" widget="image" invisible="1"/> + <!-- <field name="qr_code" widget="image" invisible="1"/> --> </field> <field name="public_categ_ids" position="attributes"> <attribute name="required">0</attribute> |
