[Erp5-report] r28085 - in /erp5/trunk/bt5/erp5_accounting_ui_test: SkinTemplateItem/portal_...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jul 16 09:57:48 CEST 2009


Author: jerome
Date: Thu Jul 16 09:57:48 2009
New Revision: 28085

URL: http://svn.erp5.org?rev=28085&view=rev
Log:
cancel() transition is not always possible, and it's no longer needed to be able to delete transactions

Modified:
    erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionList.xml
    erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListSalesAndPayments.xml
    erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListWithPersons.xml
    erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision

Modified: erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionList.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionList.xml?rev=28085&r1=28084&r2=28085&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionList.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionList.xml [utf8] Thu Jul 16 09:57:48 2009
@@ -77,7 +77,6 @@
 # XXX should be done in an external script / tool, because we have to\n
 # workaround some security checks\n
 if 1:\n
-  [ tr.cancel() for tr in accounting_module.objectValues() ]\n
   for module_id in [\'accounting_module\',\n
                     \'sale_packing_list_module\',\n
                     \'portal_simulation\', ]:\n
@@ -413,10 +412,7 @@
                             <string>immediate_reindex</string>
                             <string>script</string>
                             <string>current_script_data_id</string>
-                            <string>append</string>
-                            <string>$append0</string>
                             <string>_getiter_</string>
-                            <string>tr</string>
                             <string>module_id</string>
                             <string>_getitem_</string>
                             <string>module</string>
@@ -427,6 +423,8 @@
                             <string>getCurrencyByReference</string>
                             <string>euro_resource</string>
                             <string>getBankAccountByTitle</string>
+                            <string>append</string>
+                            <string>$append0</string>
                             <string>o</string>
                             <string>product_list</string>
                             <string>product</string>
@@ -438,6 +436,7 @@
                             <string>pl</string>
                             <string>line</string>
                             <string>month</string>
+                            <string>tr</string>
                             <string>AssertionError</string>
                             <string>vat_rate</string>
                             <string>client_title</string>

Modified: erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListSalesAndPayments.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListSalesAndPayments.xml?rev=28085&r1=28084&r2=28085&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListSalesAndPayments.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListSalesAndPayments.xml [utf8] Thu Jul 16 09:57:48 2009
@@ -77,7 +77,6 @@
 # XXX should be done in an external script / tool, because we have to\n
 # workaround some security checks\n
 if 1:\n
-  [ tr.cancel() for tr in accounting_module.objectValues() ]\n
   accounting_module.manage_delObjects(list(accounting_module.objectIds()))\n
 \n
 # XXX copy & paste \n
@@ -248,10 +247,6 @@
                             <string>total_receivable_quantity</string>
                             <string>script</string>
                             <string>current_script_data_id</string>
-                            <string>append</string>
-                            <string>$append0</string>
-                            <string>_getiter_</string>
-                            <string>tr</string>
                             <string>list</string>
                             <string>getAccountByTitle</string>
                             <string>getOrganisationByTitle</string>
@@ -259,12 +254,14 @@
                             <string>getCurrencyByReference</string>
                             <string>euro_resource</string>
                             <string>getBankAccountByTitle</string>
+                            <string>_getiter_</string>
                             <string>range</string>
                             <string>month</string>
                             <string>day</string>
                             <string>vat_rate</string>
                             <string>client_title</string>
                             <string>amount</string>
+                            <string>tr</string>
                             <string>receivable_qty</string>
                             <string>_inplacevar_</string>
                             <string>ptr</string>

Modified: erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListWithPersons.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListWithPersons.xml?rev=28085&r1=28084&r2=28085&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListWithPersons.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting_ui_test/SkinTemplateItem/portal_skins/erp5_accounting_ui_test/AccountingZuite_createAccountingTransactionListWithPersons.xml [utf8] Thu Jul 16 09:57:48 2009
@@ -74,7 +74,6 @@
 # XXX should be done in an external script / tool, because we have to\n
 # workaround some security checks\n
 if 1:\n
-  [ tr.cancel() for tr in accounting_module.objectValues() ]\n
   for module_id in [\'accounting_module\',\n
                     \'sale_packing_list_module\',\n
                     \'portal_simulation\', ]:\n
@@ -208,10 +207,7 @@
                             <string>year</string>
                             <string>script</string>
                             <string>current_script_data_id</string>
-                            <string>append</string>
-                            <string>$append0</string>
                             <string>_getiter_</string>
-                            <string>tr</string>
                             <string>module_id</string>
                             <string>_getitem_</string>
                             <string>module</string>
@@ -229,6 +225,7 @@
                             <string>vat_rate</string>
                             <string>client_title</string>
                             <string>amount</string>
+                            <string>tr</string>
                           </tuple>
                         </value>
                     </item>

Modified: erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision?rev=28085&r1=28084&r2=28085&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_accounting_ui_test/bt/revision [utf8] Thu Jul 16 09:57:48 2009
@@ -1,1 +1,1 @@
-132
+133




More information about the Erp5-report mailing list