Commit 7d7e86c4 authored by Jérome Perrin's avatar Jérome Perrin

Set an editable field for listbox.stop_date

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14857 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 48e92ca7
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
<value> <value>
<list> <list>
<string>bottom</string> <string>bottom</string>
<string>hidden</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -83,6 +84,14 @@ ...@@ -83,6 +84,14 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>hidden</string> </key>
<value>
<list>
<string>listbox_delivery_stop_date</string>
</list>
</value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
......
...@@ -389,7 +389,12 @@ ...@@ -389,7 +389,12 @@
<item> <item>
<key> <string>editable_columns</string> </key> <key> <string>editable_columns</string> </key>
<value> <value>
<list/> <list>
<tuple>
<string>delivery.stop_date</string>
<string>Date</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
......
34 35
\ 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