[FIX] account_voucher: fixed newly added constraint

bzr revid: qdp-launchpad@openerp.com-20121127122037-zvm4rdl15h8vj326
This commit is contained in:
Quentin (OpenERP) 2012-11-27 13:20:37 +01:00
parent 65d03bad15
commit 19b743f80f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
!record {model: account.account, id: account_cash_usd_id2}:
currency_id: base.USD
name: "cash account in usd"
code: "Xcash usd"
code: "Xcash usd2"
type: 'liquidity'
user_type: "account.data_account_type_cash"