diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-09-08 12:30:59 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-09-08 12:30:59 +0700 |
| commit | f2adf9ad9ed7491a6ad5422d1236761e7d42c82f (patch) | |
| tree | d241c99072387ed0f41ae2dd4e56775a4234f179 | |
| parent | 4bd34e21d8d4dc3b2f688e181fb05c6359ac1f43 (diff) | |
<Miqdad> remove image in tree view
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 50c5f261..fc8be790 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -99,11 +99,11 @@ attrs="{'invisible': [('state_approve_md', 'not in', ['waiting'])]}" /> </button> - <xpath expr="//field[@name='move_ids_without_package']//tree//field[@name='product_uom']" + <!-- <xpath expr="//field[@name='move_ids_without_package']//tree//field[@name='product_uom']" position="after"> <field name="product_image" widget="image" style="height:128px;width:128px;" readonly="1"/> - </xpath> + </xpath> --> <field name="backorder_id" position="after"> <field name="select_shipping_option_so"/> <field name="shipping_method_so_id"/> |
