[Erp5-report] r20693 - in /erp5/trunk/bt5/erp5_accounting: ActionTemplateItem/portal_types/...
nobody at svn.erp5.org
nobody at svn.erp5.org
Sat Apr 19 16:33:47 CEST 2008
Author: jerome
Date: Sat Apr 19 16:33:47 2008
New Revision: 20693
URL: http://svn.erp5.org?rev=20693&view=rev
Log:
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.
Modified:
erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/account_statement_export.xml
erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/general_ledger_export.xml
erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/journal_export.xml
erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/third_parties_export.xml
erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/trial_balance_export.xml
erp5/trunk/bt5/erp5_accounting/bt/revision
Modified: erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/account_statement_export.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%2520Transaction%2520Module/account_statement_export.xml?rev=20693&r1=20692&r2=20693&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/account_statement_export.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/account_statement_export.xml Sat Apr 19 16:33:47 2008
@@ -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>
Modified: erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/general_ledger_export.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%2520Transaction%2520Module/general_ledger_export.xml?rev=20693&r1=20692&r2=20693&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/general_ledger_export.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/general_ledger_export.xml Sat Apr 19 16:33:47 2008
@@ -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>
Modified: erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/journal_export.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%2520Transaction%2520Module/journal_export.xml?rev=20693&r1=20692&r2=20693&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/journal_export.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/journal_export.xml Sat Apr 19 16:33:47 2008
@@ -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>
Modified: erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/third_parties_export.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%2520Transaction%2520Module/third_parties_export.xml?rev=20693&r1=20692&r2=20693&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/third_parties_export.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/third_parties_export.xml Sat Apr 19 16:33:47 2008
@@ -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>
Modified: erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/trial_balance_export.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%2520Transaction%2520Module/trial_balance_export.xml?rev=20693&r1=20692&r2=20693&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/trial_balance_export.xml (original)
+++ erp5/trunk/bt5/erp5_accounting/ActionTemplateItem/portal_types/Accounting%20Transaction%20Module/trial_balance_export.xml Sat Apr 19 16:33:47 2008
@@ -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>
Modified: erp5/trunk/bt5/erp5_accounting/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting/bt/revision?rev=20693&r1=20692&r2=20693&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting/bt/revision (original)
+++ erp5/trunk/bt5/erp5_accounting/bt/revision Sat Apr 19 16:33:47 2008
@@ -1,1 +1,1 @@
-689
+690
More information about the Erp5-report
mailing list