[Erp5-report] r10505 - /erp5/trunk/products/ERP5SyncML/Conduit/BaobabConduit.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 3 13:36:03 CEST 2006


Author: seb
Date: Tue Oct  3 13:35:59 2006
New Revision: 10505

URL: http://svn.erp5.org?rev=10505&view=rev
Log:
added comments about new changes

Modified:
    erp5/trunk/products/ERP5SyncML/Conduit/BaobabConduit.py

Modified: erp5/trunk/products/ERP5SyncML/Conduit/BaobabConduit.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5SyncML/Conduit/BaobabConduit.py?rev=10505&r1=10504&r2=10505&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/Conduit/BaobabConduit.py (original)
+++ erp5/trunk/products/ERP5SyncML/Conduit/BaobabConduit.py Tue Oct  3 13:35:59 2006
@@ -62,6 +62,23 @@
   If you need to handle a new property, the most important thing to know
   is what will be the property used in ERP5. Then you have to enter a
   new dictionary in the property_map variable.
+
+  # New changes on october 2006:
+  * on Compte
+    - numero become numero_interne
+    - add code_pays (ex K)
+    - add code etab (code etablissement), ex 0101
+    - add code_guichet
+    - add numero_compte : international account number
+    - add rib : ex 52
+    - add code_bic : ex SGBSSND0
+    - add overdraft_facility O/N (Yes/No)
+    - add swift_registered  O/N (Yes/No)
+  * on Client
+    - remove code_bic
+    - zone_residence is now well completed, we should find country
+         information. We should be a corresponding dictionary in order
+         to set the right region
   """
 
   global property_map




More information about the Erp5-report mailing list