Commit 05d42653 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_travel_expense: localisation record should not be visible

parent f0738d80
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
title: 'State' title: 'State'
}], }],
query: { query: {
query: '(simulation_state:"draft" OR sync_flag:"0")', query: '(simulation_state:"draft" OR sync_flag:"0") AND portal_type: ("Expense Record", "Travel Request Record", "Leave Report Record", "Leave Request Record") ',
select_list: ['comment', 'portal_type', 'state'], select_list: ['comment', 'portal_type', 'state'],
sort_on: [["modification_date", "descending"]] sort_on: [["modification_date", "descending"]]
} }
......
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>supercedriclen</string> </value> <value> <string>zope</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -270,7 +270,7 @@ ...@@ -270,7 +270,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>956.57556.539.5205</string> </value> <value> <string>956.58972.41616.25838</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1485353656.91</float> <float>1485438762.42</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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