← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 743242] [NEW] hr_employee category field definition swapped after update from trunk

 

Public bug reported:

After Update from trunk:

'category_ids': fields.many2many('hr.employee.category',
'employee_category_rel', 'emp_id', 'category_id', 'Category'),

The right one is:

  'category_ids': fields.many2many('hr.employee.category',
'employee_category_rel','category_id','emp_id','Category'),

Please correct this, like above.

** Affects: openobject-addons
     Importance: Undecided
         Status: New


** Tags: bug bugfix

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/743242

Title:
  hr_employee category field definition swapped after update from trunk

Status in OpenERP Modules (addons):
  New

Bug description:
  After Update from trunk:

  'category_ids': fields.many2many('hr.employee.category',
  'employee_category_rel', 'emp_id', 'category_id', 'Category'),

  The right one is:

    'category_ids': fields.many2many('hr.employee.category',
  'employee_category_rel','category_id','emp_id','Category'),

  Please correct this, like above.



Follow ups

References