diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-02-19 10:25:03 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-02-19 10:25:03 +0700 |
| commit | 70716b5f202cdd3bf560cd091a8e6dfd6ebcdbb2 (patch) | |
| tree | f6ca32234e109308ab0dbd31b54996a56c889758 | |
| parent | 899aa7d32ed7df8672dd7a7415500b44242dd89c (diff) | |
Update attrs in purchase_order.xml
| -rwxr-xr-x | indoteknik_custom/views/purchase_order.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index a6f28ffa..c7fdfcc3 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -102,7 +102,7 @@ </xpath> <xpath expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='product_qty']" position="attributes"> - <attribute name="attrs">{'readonly': [('is_edit_product_qty', '=', False)], 'required': True}</attribute> + <attribute name="attrs">{'required': True}</attribute> </xpath> <xpath expr="//form/sheet/notebook/page[@name='purchase_delivery_invoice']" position="before"> |
