Commit 5424c208 authored by Gabriel Monnerat's avatar Gabriel Monnerat

Change listbox to get the start_date from movement because the start_date is...

Change listbox to get the start_date from movement because the start_date is updated when the object is created. To be possible display the datetime customized the listbox_delivery_start_date was renamed to listbox_movement_start_date to follow the column used. One test was updated because name of the tag was changed
parent 433cbced
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>type</td>\n <td>type</td>\n
<td>listbox_start_date</td>\n <td>listbox_movement.start_date</td>\n
<td>2009/01/01</td>\n <td>2009/01/01</td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
......
681 682
\ No newline at end of file \ No newline at end of file
...@@ -79,8 +79,8 @@ ...@@ -79,8 +79,8 @@
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <value>
<list> <list>
<string>listbox_delivery_start_date</string> <string>listbox_movement_start_date</string>
<string>listbox_delivery_stop_date</string> <string>listbox_movement_stop_date</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<value> <value>
<list> <list>
<string>anchor</string> <string>anchor</string>
<string>columns</string>
<string>lines</string> <string>lines</string>
<string>list_action</string> <string>list_action</string>
<string>list_method</string> <string>list_method</string>
...@@ -114,6 +115,33 @@ ...@@ -114,6 +115,33 @@
<key> <string>anchor</string> </key> <key> <string>anchor</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>columns</string> </key>
<value>
<list>
<tuple>
<string>id</string>
<string>ID</string>
</tuple>
<tuple>
<string>title</string>
<string>Title</string>
</tuple>
<tuple>
<string>translated_portal_type</string>
<string>Type</string>
</tuple>
<tuple>
<string>movement.start_date</string>
<string>Start Date</string>
</tuple>
<tuple>
<string>constant_string_field</string>
<string>Constant</string>
</tuple>
</list>
</value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>listbox</string> </value> <value> <string>listbox</string> </value>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>listbox_delivery_start_date</string> </value> <value> <string>listbox_movement_start_date</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>listbox_delivery_stop_date</string> </value> <value> <string>listbox_movement_stop_date</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
41033 41034
\ 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