summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/automatic_purchase.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-05-28 13:19:18 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-05-28 13:19:18 +0700
commitea1c7c6f8e52f256e585c80d17a1b3af2a5ca863 (patch)
treee51b46170fa29212ddfe02475fff9fb95577c1b6 /indoteknik_custom/views/automatic_purchase.xml
parent779d8e483c660c63afed91f849cce251d7acdab5 (diff)
add note on matches_so apo
Diffstat (limited to 'indoteknik_custom/views/automatic_purchase.xml')
-rw-r--r--indoteknik_custom/views/automatic_purchase.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_custom/views/automatic_purchase.xml b/indoteknik_custom/views/automatic_purchase.xml
index 974fbd17..cdaf6297 100644
--- a/indoteknik_custom/views/automatic_purchase.xml
+++ b/indoteknik_custom/views/automatic_purchase.xml
@@ -44,7 +44,7 @@
<field name="name">automatic.purchase.sales.match.tree</field>
<field name="model">automatic.purchase.sales.match</field>
<field name="arch" type="xml">
- <tree>
+ <tree editable="bottom">
<field name="sale_id" readonly="1"/>
<field name="sale_line_id" readonly="1" optional="hide"/>
<field name="picking_id" readonly="1" optional="hide"/>
@@ -57,6 +57,7 @@
<field name="product_id" readonly="1"/>
<field name="qty_so" readonly="1"/>
<field name="qty_po" readonly="1"/>
+ <field name="note_procurement"/>
</tree>
</field>
</record>