diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-10 09:33:35 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-10 09:33:35 +0700 |
| commit | cfe3ab19b4c578ceda20f55e86bc901bbd383da5 (patch) | |
| tree | 94619beb2ab2d479fe258c6c64975df777e74f62 | |
| parent | bf80d91dd74549db76edc0c3df3221bb7afc7564 (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 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"/> |
