Commit 835496f8 authored by Łukasz Nowak's avatar Łukasz Nowak

- show time on production related documents (orders, order lines, packing...

- show time on production related documents (orders, order lines, packing lists, packing list lines, reports, report lines)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22227 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 78a0c535
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<value> <value>
<list> <list>
<string>title</string> <string>title</string>
<string>date_only</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -74,6 +75,10 @@ ...@@ -74,6 +75,10 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>date_only</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>extra_context</string> </key> <key> <string>extra_context</string> </key>
<value> <value>
...@@ -89,7 +94,7 @@ ...@@ -89,7 +94,7 @@
<value> <string>Base_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Shipping Date</string> </value> <value> <string>Shipping Date</string> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<value> <value>
<list> <list>
<string>title</string> <string>title</string>
<string>date_only</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -74,6 +75,10 @@ ...@@ -74,6 +75,10 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>date_only</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>extra_context</string> </key> <key> <string>extra_context</string> </key>
<value> <value>
...@@ -89,7 +94,7 @@ ...@@ -89,7 +94,7 @@
<value> <string>Base_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Delivery Date</string> </value> <value> <string>Delivery Date</string> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<value> <value>
<list> <list>
<string>title</string> <string>title</string>
<string>date_only</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -74,6 +75,10 @@ ...@@ -74,6 +75,10 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>date_only</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_date</string> </value> <value> <string>my_date</string> </value>
...@@ -87,7 +92,7 @@ ...@@ -87,7 +92,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Shipping Date</string> </value> <value> <string>Shipping Date</string> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<value> <value>
<list> <list>
<string>title</string> <string>title</string>
<string>date_only</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -74,6 +75,10 @@ ...@@ -74,6 +75,10 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>date_only</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_date</string> </value> <value> <string>my_date</string> </value>
...@@ -87,7 +92,7 @@ ...@@ -87,7 +92,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Delivery Date</string> </value> <value> <string>Delivery Date</string> </value>
</item> </item>
</dictionary> </dictionary>
......
316 317
\ 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