c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #20364
[Bug 744203] Re: Bug in skills management scale grade
Hello Nina,
The code field in hr_scale did not reflected in the traceback. The error
comes due to the code field of an res,currency object. Where in previous
version the class did contain the code field but now it has the only
name field, So when we will access the code field in res.currency object
that traceback will be appear.
Thanks.
--
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/744203
Title:
Bug in skills management scale grade
Status in OpenERP Modules (addons):
Fix Released
Bug description:
I have installed the skills management module, but under
HR->Configuration->Skills Management->Scale Grade, when i click, i get
this error:
Traceback (most recent call last):
File "netsvc.pyo", line 489, in dispatch
File "service\web_services.pyo", line 599, in dispatch
File "osv\osv.pyo", line 122, in wrapper
File "osv\osv.pyo", line 176, in execute
File "osv\osv.pyo", line 167, in execute_cr
File "osv\orm.pyo", line 1635, in fields_view_get
File "osv\orm.pyo", line 1318, in __view_look_dom_arch
File "osv\orm.pyo", line 2908, in fields_get
File "osv\orm.pyo", line 1125, in fields_get
File "C:\Program Files\OpenERP 6.0\Server\addons\hr_skill.zip\hr_skill\hrskill.py", line 29, in _currency_get
KeyError: 'code'
References