diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-08-29 11:31:47 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-08-29 11:31:47 +0700 |
| commit | 44d1d87922f32066a1ce5548335a11403d118cf7 (patch) | |
| tree | 31961415a9cb90bc291d67dfa79354eb33f77bda /indoteknik_custom/views | |
| parent | 8f985aea08c4247519dea18e0dcd742078b16c38 (diff) | |
add purchase orders relation
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/stock_picking.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 7aa66a6a..64917bad 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -58,6 +58,7 @@ </field> <field name="origin" position="after"> <field name="purchase_representative_id"/> + <field name="order_id"/> <field name="date_doc_kirim"/> <field name="summary_qty_operation"/> <field name="count_line_operation"/> |
