summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-10-09 15:01:30 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-10-09 15:01:30 +0700
commit475b927a543890639cfef7731ba8617449a423ec (patch)
tree856fecbb3ca3a7d9dc54ecb31e3c61b66db3aed2 /indoteknik_custom/views
parentce1c714c95f68b07f9b891600ba1e3b88288652c (diff)
add image small
Diffstat (limited to 'indoteknik_custom/views')
-rwxr-xr-xindoteknik_custom/views/purchase_order.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml
index f6e5a1a4..0db378f0 100755
--- a/indoteknik_custom/views/purchase_order.xml
+++ b/indoteknik_custom/views/purchase_order.xml
@@ -69,6 +69,9 @@
<field name="suggest" readonly="1" widget="badge" decoration-danger="suggest == 'harus beli'" decoration-success="suggest == 'masih cukup'"/>
<!-- <field name="suggest" readonly="1"/> -->
</field>
+ <field name="product_id" position="before">
+ <field name="image_small" readonly="1" optional="hide"/>
+ </field>
<field name="price_unit" position="after">
<field name="price_vendor" attrs="{'readonly': 1}" optional="hide"/>
</field>