diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-18 00:02:17 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-07-18 00:02:17 +0700 |
| commit | 08f599f8a96fb445bebc7ab2eaa53f1972caa563 (patch) | |
| tree | a1bacf7e8bf48f73315368a518c967528c706e0c /indoteknik_custom/views | |
| parent | 2b55913a52b05f3f62786d7ae56070e96878178c (diff) | |
| parent | f3fc6d3d1a4c5ac0b287e3bb7e1163b99393c728 (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into tukar_guling
merge
Diffstat (limited to 'indoteknik_custom/views')
| -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"/> |
