Commit 6dfec3cd authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_project: add title and anchor to Project_viewMilestone listbox

parent d93091d1
......@@ -11,6 +11,7 @@
<value>
<list>
<string>all_columns</string>
<string>anchor</string>
<string>columns</string>
<string>editable_columns</string>
<string>portal_types</string>
......@@ -125,6 +126,10 @@
</list>
</value>
</item>
<item>
<key> <string>anchor</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>columns</string> </key>
<value>
......@@ -160,6 +165,10 @@
<string>stop_date</string>
<string>End Date</string>
</tuple>
<tuple>
<string>title</string>
<string>Title</string>
</tuple>
</list>
</value>
</item>
......
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