Correct object names (underscores)

Bug #610663 reported by Carlos Vásquez (ClearCorp)
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openerp-hr-payroll-cr
Confirmed
Low
Unassigned

Bug Description

ex:

class hr_payroll_cr_payroll(osv.osv):
 _name = 'hr.payroll.cr.payroll'

correct form:

class hr_payroll_cr_payroll(osv.osv):
 _name = 'hr_payroll_cr.payroll'

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.