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.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/indoteknik_custom/views/automatic_purchase.xml b/indoteknik_custom/views/automatic_purchase.xml
index 360fdd16..974fbd17 100644
--- a/indoteknik_custom/views/automatic_purchase.xml
+++ b/indoteknik_custom/views/automatic_purchase.xml
@@ -30,7 +30,7 @@
<field name="qty_max"/>
<field name="qty_available"/>
<field name="qty_purchase"/>
- <field name="partner_id"/>
+ <field name="partner_id" required="1"/>
<field name="last_price"/>
<field name="taxes_id"/>
<field name="subtotal"/>
@@ -52,6 +52,8 @@
<field name="partner_id" readonly="1" optional="hide"/>
<field name="partner_invoice_id" readonly="1"/>
<field name="salesperson_id" readonly="1"/>
+ <field name="purchase_price" readonly="1"/>
+ <field name="purchase_tax_id" readonly="1"/>
<field name="product_id" readonly="1"/>
<field name="qty_so" readonly="1"/>
<field name="qty_po" readonly="1"/>