diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-20 15:31:03 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-20 15:31:03 +0700 |
| commit | 49d7b473a8cd458ade6a4e703c276b0771707db2 (patch) | |
| tree | 4b5e6aa8681f16cc02464f92fef1e07210d9300c /indoteknik_custom/views | |
| parent | 4570401835223c2b613c2739fe9684fbe6c15b94 (diff) | |
Add unpublished field on product template and variant
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/product_template.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml index a3a23101..6fdb5e8f 100755 --- a/indoteknik_custom/views/product_template.xml +++ b/indoteknik_custom/views/product_template.xml @@ -13,6 +13,7 @@ <field name="x_studio_field_tGhJR" widget="many2many_tags"/> </field> <field name="uom_po_id" position="after"> + <field name="unpublished" /> <field name="desc_update_solr" readonly="1" /> <field name="last_update_solr" readonly="1" /> </field> |
