[IMP] account: usablity change

bzr revid: qdp-launchpad@tinyerp.com-20101013120818-zk9uhis6gm85tr43
This commit is contained in:
qdp-launchpad@tinyerp.com 2010-10-13 14:08:18 +02:00
parent 4b0c69ab39
commit eec803e347
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ class account_account_type(osv.osv):
('expense','Profit & Loss (Expense Accounts)'),
('asset','Balance Sheet (Assets Accounts)'),
('liability','Balance Sheet (Liability Accounts)')
],'Type Heads', select=True, readonly=False, help="According value related accounts will be display on respective reports (Balance Sheet Profit & Loss Account)", required=True),
],'P&L / BS Category', select=True, readonly=False, help="According value related accounts will be display on respective reports (Balance Sheet Profit & Loss Account)", required=True),
'note': fields.text('Description'),
}
_defaults = {