From 63b762751cceabaa1a044ff3d1fe85aee8fd3bee Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Mon, 22 May 2006 13:34:45 +0000
Subject: [PATCH] added the bank account key

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7402 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5SyncML/Conduit/BaobabConduit.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/product/ERP5SyncML/Conduit/BaobabConduit.py b/product/ERP5SyncML/Conduit/BaobabConduit.py
index f769ca1265..887d9869d0 100644
--- a/product/ERP5SyncML/Conduit/BaobabConduit.py
+++ b/product/ERP5SyncML/Conduit/BaobabConduit.py
@@ -144,6 +144,10 @@ class BaobabConduit(ERP5Conduit):
       , 'erp5_property': 'inventory'
       , 'conditions'   : {'erp5_portal_type':'Bank Account Inventory Line'}
       }],
+    'cle': [{
+      , 'erp5_property': 'bank_account_key'
+      , 'conditions'   : {'erp5_portal_type':'Bank Account'}
+      }],
     }
 
 
-- 
2.30.9