[FIX] no secondary currency on bank accounts to allow payment

bzr revid: fp@tinyerp.com-20111230102007-8qgqht1vv9xe62qq
This commit is contained in:
Fabien Pinckaers 2011-12-30 11:20:07 +01:00
parent 189bc3a3d4
commit 9faffcdb03
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ class bank(osv.osv):
name = self._prepare_name(bank)
acc = {
'name': name,
'currency_id': bank.company_id.currency_id.id,
'code': new_code,
'type': 'liquidity',
'user_type': ref_acc_bank_temp.user_type.id,