Commit f45ce45c authored by Vincent Bechu's avatar Vincent Bechu

[erp5_officejs] Limit attachment sync in dropbox to data

parent 0f00ac87
...@@ -56,6 +56,7 @@ ...@@ -56,6 +56,7 @@
}, },
remote_sub_storage: { remote_sub_storage: {
type: "mapping", type: "mapping",
attachment_list: ["data"],
attachment: { attachment: {
'data': { 'data': {
get: {uri_template: 'enclosure'}, get: {uri_template: 'enclosure'},
......
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>965.41982.41699.42325</string> </value> <value> <string>969.28974.58282.11758</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1519203768.55</float> <float>1534836859.28</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