summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2023-08-29 09:37:02 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2023-08-29 09:37:02 +0700
commit2676aa95c7c37a8a798675ca58cd2263b2dfcee3 (patch)
tree60d2530f45da03f65892fbc923728ce6327c5c10 /indoteknik_custom/views
parent0b4ff36510d280e4eba623a6e02c61b59d6435bc (diff)
add purchase representative on stock picking
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/stock_picking.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml
index 4ecd484b..7aa66a6a 100644
--- a/indoteknik_custom/views/stock_picking.xml
+++ b/indoteknik_custom/views/stock_picking.xml
@@ -17,7 +17,7 @@
<field name="note_logistic" optional="hide"/>
</field>
<field name="partner_id" position="after">
- <field name="purchase_representative"/>
+ <field name="purchase_representative_id"/>
</field>
</field>
</record>
@@ -57,6 +57,7 @@
<field name="real_shipping_id"/>
</field>
<field name="origin" position="after">
+ <field name="purchase_representative_id"/>
<field name="date_doc_kirim"/>
<field name="summary_qty_operation"/>
<field name="count_line_operation"/>