[IMP] account: usablity change
authorqdp-launchpad@tinyerp.com <>
Wed, 13 Oct 2010 12:08:18 +0000 (14:08 +0200)
committerqdp-launchpad@tinyerp.com <>
Wed, 13 Oct 2010 12:08:18 +0000 (14:08 +0200)
bzr revid: qdp-launchpad@tinyerp.com-20101013120818-zk9uhis6gm85tr43

addons/account/account.py

index bf5e25a..1520c4f 100644 (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 = {