[IMP] hr_expense : Improved the tooltip.
authorDivyesh Makwana (Open ERP) <mdi@tinyerp.com>
Mon, 16 Jul 2012 09:38:59 +0000 (15:08 +0530)
committerDivyesh Makwana (Open ERP) <mdi@tinyerp.com>
Mon, 16 Jul 2012 09:38:59 +0000 (15:08 +0530)
bzr revid: mdi@tinyerp.com-20120716093859-nazz1z16342py7ta

addons/hr_expense/hr_expense.py

index 2f6e602..3c74260 100644 (file)
@@ -67,7 +67,7 @@ class hr_expense_expense(osv.osv):
         'name': fields.char('Description', size=128, required=True),
         'id': fields.integer('Sheet ID', readonly=True),
         'date': fields.date('Date', select=True),
-        'journal_id': fields.many2one('account.journal', 'Force Journal', help = "The journal used when the expense is paid."),
+        'journal_id': fields.many2one('account.journal', 'Force Journal', help = "The journal used when the expense is receipted."),
         'employee_id': fields.many2one('hr.employee', "Employee", required=True),
         'user_id': fields.many2one('res.users', 'User', required=True),
         'date_confirm': fields.date('Confirmation Date', select=True, help = "Date of the confirmation of the sheet expense. It's filled when the button Confirm is pressed."),