diff options
| author | Indoteknik . <andrifebriyadiputra@gmail.com> | 2025-04-30 14:55:49 +0700 |
|---|---|---|
| committer | Indoteknik . <andrifebriyadiputra@gmail.com> | 2025-04-30 14:55:49 +0700 |
| commit | 6f93b7a7a47481f6f308295a49bce40505041411 (patch) | |
| tree | 14e275a2402d4713a0e2dc387a03fcaf467da883 /indoteknik_custom/views | |
| parent | 7b5b79e03e08dff76981dd9734d20c52f90c0b36 (diff) | |
(andri) add field area (kecamatan & kota) pada stock picking
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 c916f2ef..0a6f4752 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -26,6 +26,7 @@ <field name="countdown_ready_to_ship" /> --> </field> <field name="partner_id" position="after"> + <field name="area_name"/> <field name="purchase_representative_id"/> <field name="status_printed"/> </field> |
