Commit b418885f authored by Romain Courteaud's avatar Romain Courteaud

[erp5_officejs_appstore_base] No need for write permission

Creating a Software Publication doesn't require to change the Software Product.
parent 3f3b0ebc
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
delete options.previous_url; delete options.previous_url;
delete options.tab_url; delete options.tab_url;
delete options.export_url; delete options.export_url;
if (gadget.state.is_software_product && options.add_url) { if (gadget.state.is_software_product) {
return gadget.getUrlFor({ return gadget.getUrlFor({
command: 'display_erp5_action', command: 'display_erp5_action',
options: { options: {
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>973.18817.2075.59613</string> </value> <value> <string>973.22163.55555.392</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1548867110.85</float> <float>1548934452.02</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