Commit 7afdbea8 authored by Valentin Benozillo's avatar Valentin Benozillo Committed by Vincent Bechu

[erp5_officejs] Adds smart assistant app to jio export web site

parent 49026d9d
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
<label data-i18n="Site:">Site:</label> <label data-i18n="Site:">Site:</label>
<select name="web_site"> <select name="web_site">
<option>Text Editor</option> <option>Text Editor</option>
<option>Smart Assistant</option>
<option>Media Player</option> <option>Media Player</option>
<option>Illustration Editor</option> <option>Illustration Editor</option>
<option>PDF Viewer</option> <option>PDF Viewer</option>
......
...@@ -231,7 +231,7 @@ ...@@ -231,7 +231,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>966.41265.10301.22681</string> </value> <value> <string>967.13490.46878.24849</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -249,8 +249,8 @@ ...@@ -249,8 +249,8 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1523955469.33</float> <float>1525423502.47</float>
<string>GMT+2</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
</object> </object>
......
...@@ -11,6 +11,10 @@ ...@@ -11,6 +11,10 @@
"url": "officejs_text_editor/", "url": "officejs_text_editor/",
"cache": "gadget_officejs_text_editor.appcache" "cache": "gadget_officejs_text_editor.appcache"
}, },
"Smart Assistant": {
"url": "officejs_smart_assistant/",
"cache": "gadget_smart_assistant.appcache"
},
"Media Player": { "Media Player": {
"url": "officejs_media_player/", "url": "officejs_media_player/",
"cache": "gadget_officejs_media_player.appcache" "cache": "gadget_officejs_media_player.appcache"
......
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>966.59962.53230.15854</string> </value> <value> <string>967.20334.9770.50244</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -272,8 +272,8 @@ ...@@ -272,8 +272,8 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1523955648.18</float> <float>1525423977.25</float>
<string>GMT+2</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
</object> </object>
......
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