summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-04-02 10:06:12 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-04-02 10:06:12 +0700
commit020f545e8214ce8a32f004f1b35e03a16cec1dfb (patch)
tree217669b263e5d2ef443de192f4b1f14fa855d283 /indoteknik_custom/views
parentedc044818cf8ec9fc16dea7fd18a62c277502657 (diff)
fix partner_id on logbook sj and add purchase representative on purchasing job
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/purchasing_job.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchasing_job.xml b/indoteknik_custom/views/purchasing_job.xml
index c307ce11..bad4b938 100644
--- a/indoteknik_custom/views/purchasing_job.xml
+++ b/indoteknik_custom/views/purchasing_job.xml
@@ -7,6 +7,7 @@
<tree create="false" multi_edit="1">
<field name="product_id"/>
<field name="vendor_id"/>
+ <field name="purchase_representative_id"/>
<field name="brand"/>
<field name="item_code"/>
<field name="product"/>
@@ -37,6 +38,7 @@
<field name="onhand"/>
<field name="incoming"/>
<field name="outgoing"/>
+ <field name="purchase_representative_id"/>
</group>
</group>
</sheet>