From e6d0b95665947e535f3aebcd130ceb5343a014ce Mon Sep 17 00:00:00 2001 From: "Mustufa Rangwala (OpenERP)" Date: Thu, 26 Jul 2012 12:03:14 +0530 Subject: [PATCH] [IMP] l10n_in_hr_payroll: typo bzr revid: mra@tinyerp.com-20120726063314-67w4cbokejy6eat7 --- addons/l10n_in_hr_payroll/l10n_in_hr_payroll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/l10n_in_hr_payroll/l10n_in_hr_payroll.py b/addons/l10n_in_hr_payroll/l10n_in_hr_payroll.py index a484aca45a5..de8adec7d87 100644 --- a/addons/l10n_in_hr_payroll/l10n_in_hr_payroll.py +++ b/addons/l10n_in_hr_payroll/l10n_in_hr_payroll.py @@ -214,7 +214,7 @@ class hr_payslip_run(osv.osv): _inherit = 'hr.payslip.run' _description = 'Payslip Batches' _columns = { - 'available_advice': fields.boolean('Made Payment Advice?', help="If this box is checked which means that Payment Advice exists", readonly=False), + 'available_advice': fields.boolean('Made Payment Advice?', help="If this box is checked which means that Payment Advice exists for current batch", readonly=False), } def draft_payslip_run(self, cr, uid, ids, context=None):