Commit fedd6392 authored by Alexandre Boeglin's avatar Alexandre Boeglin

Set the PurchaseOrder_viewFieldLibrary/my_reference field as not editable, as...

Set the PurchaseOrder_viewFieldLibrary/my_reference field as not editable, as a reference is automatically generated by the default init script.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19931 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0ddf916c
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
<value> <value>
<list> <list>
<string>title</string> <string>title</string>
<string>editable</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -80,6 +81,10 @@ ...@@ -80,6 +81,10 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_string_field</string> </value> <value> <string>my_string_field</string> </value>
......
190 191
\ No newline at end of file \ No newline at end of file
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