[FIX] Account: now We can open Accounts where type=Regular for the Reserve & Profit&loss account field on company

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

bzr revid: mra@mra-laptop-20101102083153-wbpr6wv9acojsdyu
This commit is contained in:
Mustufa Rangwala 2010-11-02 14:01:53 +05:30
parent f051dc75ad
commit 048486acec
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class res_company(osv.osv):
string="Reserve and Profit/Loss Account",
method=True,
view_load=True,
domain="[('type', '=', 'payable')]",
domain="[('type', '=', 'other')]",
help="This Account is used for transferring Profit/Loss(If It is Profit: Amount will be added, Loss : Amount will be deducted.), Which is calculated from Profit & Loss Report"),
}