Commit 8056796f authored by Jérome Perrin's avatar Jérome Perrin

Some actions are reusing report actions in exhange category by forcing the...

Some actions are reusing report actions in exhange category by forcing the style used to spreadsheet. The should also force the format to be empty, to prevent having a format non compatible with the style.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20693 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ea3fc309
......@@ -75,7 +75,11 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/AccountModule_viewAccountStatementReportDialog?your_portal_skin=ODS</string> </value>
<value> <string encoding="cdata"><![CDATA[
string:${object_url}/AccountModule_viewAccountStatementReportDialog?your_portal_skin=ODS&your_format=
]]></string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -75,7 +75,11 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/AccountModule_viewGeneralLedgerReportDialog?your_portal_skin=ODS</string> </value>
<value> <string encoding="cdata"><![CDATA[
string:${object_url}/AccountModule_viewGeneralLedgerReportDialog?your_portal_skin=ODS&your_format=
]]></string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -75,7 +75,11 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/AccountingTransactionModule_viewJournalDialog?your_portal_skin=ODS</string> </value>
<value> <string encoding="cdata"><![CDATA[
string:${object_url}/AccountingTransactionModule_viewJournalDialog?your_portal_skin=ODS&your_format=
]]></string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -75,7 +75,11 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/AccountModule_viewOtherPartiesReportDialog?your_portal_skin=ODS</string> </value>
<value> <string encoding="cdata"><![CDATA[
string:${object_url}/AccountModule_viewOtherPartiesReportDialog?your_portal_skin=ODS&your_format=
]]></string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -75,7 +75,11 @@
<dictionary>
<item>
<key> <string>text</string> </key>
<value> <string>string:${object_url}/AccountModule_viewTrialBalanceReportDialog?your_portal_skin=ODS</string> </value>
<value> <string encoding="cdata"><![CDATA[
string:${object_url}/AccountModule_viewTrialBalanceReportDialog?your_portal_skin=ODS&your_format=
]]></string> </value>
</item>
</dictionary>
</pickle>
......
689
\ No newline at end of file
690
\ 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