diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-04-10 13:36:30 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-04-10 13:36:30 +0700 |
| commit | 00c69ce93bdb0071cd563be855857d2137115868 (patch) | |
| tree | 839739ecc98fcb14168a9c674cb662712ad1ff8e /indoteknik_custom/views/stock_picking.xml | |
| parent | ccd98307c3b48b25bbbb053caa2dba0cce5117d1 (diff) | |
push
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 67593b5b..d6850b2f 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -244,9 +244,10 @@ <field name="name">check.koli.tree</field> <field name="model">check.koli</field> <field name="arch" type="xml"> - <tree editable="bottom"> + <tree editable="bottom"> <field name="koli"/> <field name="reserved_id"/> + <field name="check_koli_progress"/> </tree> </field> </record> |
