Commit 3383537d authored by Ayush Tiwari's avatar Ayush Tiwari

erp5_data_notebook bt5: Make notebook_code and notebook_code_result field...

erp5_data_notebook bt5: Make notebook_code and notebook_code_result field uneditable for Data Notebook Line object
parent 633dc540
......@@ -10,8 +10,9 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>width</string>
<string>editable</string>
<string>title</string>
<string>width</string>
</list>
</value>
</item>
......@@ -72,6 +73,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_text_area_field</string> </value>
......
......@@ -10,8 +10,9 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>width</string>
<string>editable</string>
<string>title</string>
<string>width</string>
</list>
</value>
</item>
......@@ -72,6 +73,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_text_area_field</string> </value>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment