hr_schedule - seems to depend on hr_payroll_extension

Bug #1259250 reported by Salton Massally
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Human Resources - Next Generation for OpenERP
New
Undecided
Unassigned

Bug Description

line 1472 of hr_schedule.py reads:

 worked_hours = self.pool.get('hr.attendance').total_hours_on_day(cr, uid, ee.contract_id,
                                                                             dt.date(),
                                                                             punches_list=None,
                                                                             context=None)

'total_hours_on_day' is declared in hr_payroll_extension but that doesn't seem to be stated as a dependency.
Also simply stating it as a dependency will create cricular dependency as hr_payroll_extension has hr_schedule stated as a dependency

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.