diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-10 09:19:21 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-10 09:19:21 +0700 |
| commit | bf80d91dd74549db76edc0c3df3221bb7afc7564 (patch) | |
| tree | 47277abe3ddd7dd6f6b6cc90900cc4ac82d7c32b | |
| parent | 48a3d602e65f4aac6a23b356aa89ce8e37a591ff (diff) | |
cr image small po
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 4ca3cd84..f2aec143 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -70,7 +70,7 @@ <!-- <field name="suggest" readonly="1"/> --> </field> <field name="product_id" position="before"> - <field name="image_small" readonly="1" optional="hide"/> + <field name="image_small" readonly="1" optional="hide" widget="image"/> </field> <field name="price_unit" position="after"> <field name="price_vendor" attrs="{'readonly': 1}" optional="hide"/> |
