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 @@
<value>
<list>
<string>bottom</string>
<string>hidden</string>
</list>
</value>
</item>
......@@ -83,6 +84,14 @@
</list>
</value>
</item>
<item>
<key> <string>hidden</string> </key>
<value>
<list>
<string>listbox_delivery_stop_date</string>
</list>
</value>
</item>
</dictionary>
</value>
</item>
......
......@@ -389,7 +389,12 @@
<item>
<key> <string>editable_columns</string> </key>
<value>
<list/>
<list>
<tuple>
<string>delivery.stop_date</string>
<string>Date</string>
</tuple>
</list>
</value>
</item>
<item>
......
34
\ No newline at end of file
35
\ 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