[Erp5-report] r14239 - /erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 26 01:50:33 CEST 2007


Author: vincent
Date: Thu Apr 26 01:50:31 2007
New Revision: 14239

URL: http://svn.erp5.org?rev=14239&view=rev
Log:
Create category "transit" in category "encaisse_des_externes", and categories "billets_detenus_par_des_tiers" and "encaisse_des_billets_recus_pour_ventilation_venant_de" in category auxiliaire.

Modified:
    erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py

Modified: erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py?rev=14239&r1=14238&r2=14239&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py Thu Apr 26 01:50:31 2007
@@ -608,10 +608,12 @@
               if 'devises' in ss.getId():
                 for currency in ['eur','usd']:
                     ss.newContent(id='%s' %(currency,), portal_type='Category', codification='',  vault_type='site/caveau/%s' %(ss.getId(),))
+              if 'encaisse_des_externes' in ss.getId():
+                ss.newContent(id='transit', portal_type='Category', codification='',  vault_type='site/caveau/%s' %(s.getId(),))
               #if ss.getId()=='encaisse_des_devises':
               #  for
             if s.getId() == 'auxiliaire':
-              for ss in ['encaisse_des_billets_a_ventiler_et_a_detruire', 'encaisse_des_billets_ventiles_et_detruits']:
+              for ss in ['encaisse_des_billets_a_ventiler_et_a_detruire', 'encaisse_des_billets_ventiles_et_detruits', 'billets_detenus_par_des_tiers', 'encaisse_des_billets_recus_pour_ventilation_venant_de']:
                 s.newContent(id='%s' %(ss,), portal_type='Category', codification='',  vault_type='site/caveau/%s' %(s.getId(),))
         # Create forreing currency entries in encaisse_des_devises.
         for currency in ['usd', ]:




More information about the Erp5-report mailing list