diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-10 11:24:01 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-10-10 11:24:01 +0700 |
| commit | ed9c28ad7062704cb9f124c7ba7b78eebe2695dc (patch) | |
| tree | 36f83efe744b0f273539d31c577243540bf6fc37 /indoteknik_custom/views/purchase_order.xml | |
| parent | 811d37923e235e12b2032e2acf93fc69c2a350a7 (diff) | |
cr line po
Diffstat (limited to 'indoteknik_custom/views/purchase_order.xml')
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 1702db5d..3e609f15 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -65,6 +65,7 @@ <field name="qty_onhand" readonly="1" optional="hide"/> <field name="qty_incoming" readonly="1" optional="hide"/> <field name="qty_outgoing" readonly="1" optional="hide"/> + <field name="clean_website_description_product" readonly="1" optional="hide"/> <field name="qty_available" readonly="1" optional="hide"/> <field name="qty_reserved" readonly="1" optional="hide"/> <field name="suggest" readonly="1" widget="badge" decoration-danger="suggest == 'harus beli'" decoration-success="suggest == 'masih cukup'"/> |
