summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-01-23 11:49:12 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-01-23 11:49:12 +0700
commit9ab92b40a25ad0f677855780a903abc731b6f841 (patch)
tree9a91ca835546d1e6606389b7a92e86b51ba4bdcf
parentafbdeb766a04d4c6d31d55151c02320f2b67c3fb (diff)
<iman> update code readonly desc to disabled
-rwxr-xr-xindoteknik_custom/views/sale_order.xml2
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>