Commit 7002d756 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_crm: make date column searchable and sortable and display nicely

parent 3f96f1e2
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
<string>right</string> <string>right</string>
<string>center</string> <string>center</string>
<string>bottom</string> <string>bottom</string>
<string>hidden</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -78,6 +79,14 @@ ...@@ -78,6 +79,14 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>hidden</string> </key>
<value>
<list>
<string>listbox_delivery_start_date</string>
</list>
</value>
</item>
<item> <item>
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
......
...@@ -342,7 +342,7 @@ ...@@ -342,7 +342,7 @@
<string>Requester</string> <string>Requester</string>
</tuple> </tuple>
<tuple> <tuple>
<string>start_date</string> <string>delivery.start_date</string>
<string>Begin Date</string> <string>Begin Date</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -395,7 +395,7 @@ ...@@ -395,7 +395,7 @@
<string>Requester</string> <string>Requester</string>
</tuple> </tuple>
<tuple> <tuple>
<string>start_date</string> <string>delivery.start_date</string>
<string>Begin Date</string> <string>Begin Date</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -423,6 +423,10 @@ ...@@ -423,6 +423,10 @@
<key> <string>default</string> </key> <key> <string>default</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>default_display_style</string> </key>
<value> <string>table</string> </value>
</item>
<item> <item>
<key> <string>default_params</string> </key> <key> <string>default_params</string> </key>
<value> <value>
...@@ -433,6 +437,12 @@ ...@@ -433,6 +437,12 @@
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>display_style_list</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>domain_root_list</string> </key> <key> <string>domain_root_list</string> </key>
<value> <value>
...@@ -471,6 +481,10 @@ ...@@ -471,6 +481,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>global_search_column</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>height</string> </key> <key> <string>height</string> </key>
<value> <int>5</int> </value> <value> <int>5</int> </value>
...@@ -479,6 +493,10 @@ ...@@ -479,6 +493,10 @@
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>hide_rows_on_no_search_criterion</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>lines</string> </key> <key> <string>lines</string> </key>
<value> <int>30</int> </value> <value> <int>30</int> </value>
...@@ -503,6 +521,10 @@ ...@@ -503,6 +521,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>page_navigation_template</string> </key>
<value> <string>ListBox_viewSliderPageNavigationRenderer</string> </value>
</item>
<item> <item>
<key> <string>page_template</string> </key> <key> <string>page_template</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -527,6 +549,10 @@ ...@@ -527,6 +549,10 @@
<key> <string>reverse</string> </key> <key> <string>reverse</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>row_css_method</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>search</string> </key> <key> <string>search</string> </key>
<value> <int>1</int> </value> <value> <int>1</int> </value>
...@@ -556,7 +582,7 @@ ...@@ -556,7 +582,7 @@
<string>Requester</string> <string>Requester</string>
</tuple> </tuple>
<tuple> <tuple>
<string>start_date</string> <string>delivery.start_date</string>
<string>Begin Date</string> <string>Begin Date</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -609,7 +635,7 @@ ...@@ -609,7 +635,7 @@
<string>Requester</string> <string>Requester</string>
</tuple> </tuple>
<tuple> <tuple>
<string>start_date</string> <string>delivery.start_date</string>
<string>Begin Date</string> <string>Begin Date</string>
</tuple> </tuple>
<tuple> <tuple>
...@@ -633,6 +659,12 @@ ...@@ -633,6 +659,12 @@
<key> <string>stat_method</string> </key> <key> <string>stat_method</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>style_columns</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Meetings</string> </value> <value> <string>Meetings</string> </value>
...@@ -680,10 +712,7 @@ ...@@ -680,10 +712,7 @@
</record> </record>
<record id="3" aka="AAAAAAAAAAM="> <record id="3" aka="AAAAAAAAAAM=">
<pickle> <pickle>
<tuple> <global name="Method" module="Products.Formulator.MethodField"/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -696,10 +725,7 @@ ...@@ -696,10 +725,7 @@
</record> </record>
<record id="4" aka="AAAAAAAAAAQ="> <record id="4" aka="AAAAAAAAAAQ=">
<pickle> <pickle>
<tuple> <global name="Method" module="Products.Formulator.MethodField"/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
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