diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-04-04 10:58:46 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-04-04 10:58:46 +0700 |
| commit | a297e0434a25b5ae2ec5f05634014b401271359e (patch) | |
| tree | 3b10db595081ca0b7e26b2e7660129935b6b56bd | |
| parent | 4082221513c81a7dca7c5088e9e3ce394902baa7 (diff) | |
| parent | 4c192d7999b343f7211e3365132e8103d236f1b3 (diff) | |
Merge branch 'production' into feature/request-by-abl
| -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> |
