diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-15 11:13:04 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-15 11:13:04 +0700 |
| commit | 4dd6ef58e2c60df7cb25b65ae6ad23d3bee2ebc1 (patch) | |
| tree | 04341b322ad0d9e09b83eae05a59ac52b99ed906 /indoteknik_custom/views/purchasing_job.xml | |
| parent | 7f4510f2459e16b7b3f1828f736ec84bc7ea97dc (diff) | |
add so number on purchasing job
Diffstat (limited to 'indoteknik_custom/views/purchasing_job.xml')
| -rw-r--r-- | indoteknik_custom/views/purchasing_job.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchasing_job.xml b/indoteknik_custom/views/purchasing_job.xml index bb1c7643..976f1485 100644 --- a/indoteknik_custom/views/purchasing_job.xml +++ b/indoteknik_custom/views/purchasing_job.xml @@ -18,6 +18,7 @@ <field name="action"/> <field name="note"/> <field name="date_po"/> + <field name="so_number"/> </tree> </field> </record> @@ -41,6 +42,7 @@ <field name="item_code"/> <field name="product"/> <field name="action"/> + <field name="so_number"/> </group> <group> <field name="onhand"/> |
