summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/automatic_purchase.xml
diff options
context:
space:
mode:
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>