Commit b900913e authored by Sebastien Robin's avatar Sebastien Robin

added comments about new changes

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10505 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9ef48951
......@@ -62,6 +62,23 @@ class BaobabConduit(ERP5Conduit):
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
......
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