diff options
| -rw-r--r-- | indoteknik_custom/views/requisition.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/indoteknik_custom/views/requisition.xml b/indoteknik_custom/views/requisition.xml index e9c3b4e0..652d03d0 100644 --- a/indoteknik_custom/views/requisition.xml +++ b/indoteknik_custom/views/requisition.xml @@ -74,12 +74,12 @@ <page string="Lines"> <field name="requisition_lines"> <tree editable="line"> - <field name="product_id"/> - <field name="partner_id"/> - <field name="qty_purchase"/> - <field name="price_unit"/> - <field name="subtotal"/> - <field name="brand_id"/> + <field name="product_id" required="1"/> + <field name="partner_id" required="1" /> + <field name="qty_purchase" required="1" /> + <field name="price_unit" required="1" /> + <field name="subtotal" readonly="1" /> + <field name="brand_id" /> </tree> </field> </page> |
