Commit 63b76275 authored by Sebastien Robin's avatar Sebastien Robin

added the bank account key

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7402 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent df5e8eeb
......@@ -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'}
}],
}
......
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