diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-04-23 14:29:06 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-04-23 14:29:06 +0700 |
| commit | 1981b2d576d916374c181c8089655ab59a3f7f20 (patch) | |
| tree | f95f60f600c76a3cba03cfbc8156075cb3e8266f /indoteknik_custom/views/stock_picking.xml | |
| parent | 962f12358b0b1689d02a2716b792dae526920edf (diff) | |
barcode box
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index da35d768..e99f8653 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -280,7 +280,7 @@ <tree editable="bottom" decoration-warning="status == 'Pending'" decoration-success="status == 'Done'"> <field name="code_product"/> <field name="product_id"/> - <field name="quantity" readonly="1"/> + <field name="quantity"/> <field name="status" readonly="1"/> </tree> </field> |
