diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-01-23 11:49:12 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-01-23 11:49:12 +0700 |
| commit | 9ab92b40a25ad0f677855780a903abc731b6f841 (patch) | |
| tree | 9a91ca835546d1e6606389b7a92e86b51ba4bdcf | |
| parent | afbdeb766a04d4c6d31d55151c02320f2b67c3fb (diff) | |
<iman> update code readonly desc to disabled
| -rwxr-xr-x | indoteknik_custom/views/sale_order.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 008a04ed..6a80d586 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -111,7 +111,7 @@ <field name="desc_updatable" invisible="1"/> </xpath> <xpath expr="//form/sheet/notebook/page/field[@name='order_line']/tree/field[@name='name']" position="attributes"> - <attribute name="attrs"> + <attribute name="modifiers"> {'readonly': [('desc_updatable', '=', False)]} </attribute> </xpath> |
