[FIX] account:reserve_account_id - is equity not payable

lp bug: https://launchpad.net/bugs/780598 fixed

bzr revid: ara@tinyerp.com-20110517101950-2woao0kb4cw4u21p
This commit is contained in:
ARA (OpenERP) 2011-05-17 15:49:50 +05:30
parent 8bed1f4c7b
commit 2fa6da9257
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class account_bs_report(osv.osv_memory):
help='This Account is used for transfering Profit/Loss ' \
'(Profit: Amount will be added, Loss: Amount will be duducted), ' \
'which is calculated from Profilt & Loss Report',
domain = [('type','=','payable')]),
domain = [('type','=','other')]),
}
_defaults={