c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #20182
[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