[REF] HR payroll and holidays: Removed wanrings from buildbot

bzr revid: mra@mra-laptop-20101110082846-z59nb73g5gttkelw
This commit is contained in:
Mustufa Rangwala 2010-11-10 13:58:46 +05:30
parent ba66baf2be
commit 5af9383687
3 changed files with 0 additions and 3 deletions

View File

@ -21,7 +21,6 @@
import time
from osv import osv, fields
from tools.translate import _
class hr_holidays_summary_employee(osv.osv_memory):
_name = 'hr.holidays.summary.employee'

View File

@ -22,7 +22,6 @@
import time
from osv import fields, osv
from tools.translate import _
class hr_payroll_employees_detail(osv.osv_memory):

View File

@ -22,7 +22,6 @@
import time
from osv import fields, osv
from tools.translate import _
class hr_payroll_year_salary(osv.osv_memory):
_name = "hr.payroll.year.salary"