diff options
| -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 f2aec143..346100ae 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" widget="image"/> + <field name="image_small" readonly="1" optional="hide" widget="image" height="50"/> </field> <field name="price_unit" position="after"> <field name="price_vendor" attrs="{'readonly': 1}" optional="hide"/> |
