[MERGE] with trunk
[odoo/odoo.git] / addons / hr_payroll / report / report_employees_detail.py
index 04225af..0ee5754 100644 (file)
@@ -36,15 +36,15 @@ class employees_salary_report(rml_parse.rml_parse):
         super(employees_salary_report, self).__init__(cr, uid, name, context)
         self.localcontext.update({
             'time': time,
-            'get_employee' : self.get_employee,
-            'get_employee_detail' : self.get_employee_detail,
-            'cal_monthly_amt':self.cal_monthly_amt,
-            'get_periods'  : self.get_periods,
-            'get_total' : self.get_total,
-            'get_allow':self.get_allow,
-            'get_deduct':self.get_deduct,
-            'get_other':self.get_other,
-            'get_monthly_total':self.get_monthly_total,
+            'get_employee': self.get_employee,
+            'get_employee_detail': self.get_employee_detail,
+            'cal_monthly_amt': self.cal_monthly_amt,
+            'get_periods': self.get_periods,
+            'get_total': self.get_total,
+            'get_allow': self.get_allow,
+            'get_deduct': self.get_deduct,
+            'get_other': self.get_other,
+            'get_monthly_total': self.get_monthly_total,
         })
 
         self.mnths =[]