diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-02-19 09:38:46 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-02-19 09:38:46 +0700 |
| commit | 99b252edaefc372fcd4ef59e065284d8feeb669c (patch) | |
| tree | e8b782c355517eb7fe01ee6321fc36c7ba2672ef /indoteknik_custom/views/stock_picking.xml | |
| parent | c99bf4c49859450ce4cb081c920edda2077b3b1a (diff) | |
push
Diffstat (limited to 'indoteknik_custom/views/stock_picking.xml')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 42fa481d..2a11459c 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -73,7 +73,10 @@ <field name="dokumen_tanda_terima"/> <field name="dokumen_pengiriman"/> <field name="quantity_koli" attrs="{'invisible': [('location_dest_id', '!=', 60)]}"/> - <field name="source_koli_id" attrs="{'invisible': [('picking_type_code', '!=', 'outgoing')]}"/> + <!-- <field name="source_koli_id" attrs="{'invisible': [('picking_type_code', '!=', 'outgoing')]}"/> --> + <field name="total_koli_display" readonly="1"/> + <field name="linked_out_picking_id" readonly="1"/> + <field name="backorder_picking_id" readonly="1"/> </field> <field name="weight_uom_name" position="after"> <group> @@ -217,6 +220,7 @@ <field name="arch" type="xml"> <tree editable="bottom"> <field name="koli_id"/> + <field name="scan_koli_progress"/> </tree> </field> </record> |
