← Back to team overview

openerp-india team mailing list archive

[Bug 1091284] [NEW] [7.0] Modify or add employee

 

Public bug reported:

Hello,

If i want to change 'Appraisal Plan' field in employee form i have the
following error message :

...
Server Traceback (most recent call last):
  File "/home/cch/Documents/synchro/_data-heonium/technique/openerp/oeh/web/addons/web/session.py", line 87, in send
    return openerp.netsvc.dispatch_rpc(service_name, method, args)
  File "/home/cch/Documents/synchro/_data-heonium/technique/openerp/oeh/server/openerp/netsvc.py", line 281, in dispatch_rpc
    result = ExportService.getService(service_name).dispatch(method, params)
  File "/home/cch/Documents/synchro/_data-heonium/technique/openerp/oeh/server/openerp/service/web_services.py", line 603, in dispatch
    res = fn(db, uid, *params)
  File "/home/cch/Documents/synchro/_data-heonium/technique/openerp/oeh/server/openerp/osv/osv.py", line 169, in execute_kw
    return self.execute(db, uid, obj, method, *args, **kw or {})
  File "/home/cch/Documents/synchro/_data-heonium/technique/openerp/oeh/server/openerp/osv/osv.py", line 123, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/cch/Documents/synchro/_data-heonium/technique/openerp/oeh/server/openerp/osv/osv.py", line 179, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/cch/Documents/synchro/_data-heonium/technique/openerp/oeh/server/openerp/osv/osv.py", line 166, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
AttributeError: 'hr.employee' object has no attribute 'onchange_evaluation_plan_id'


Regards

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

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1091284

Title:
  [7.0] Modify or add employee

Status in OpenERP Addons (modules):
  New

Bug description:
  Hello,

  If i want to change 'Appraisal Plan' field in employee form i have the
  following error message :

  ...
  Server Traceback (most recent call last):
    File "/home/cch/Documents/synchro/_data-heonium/technique/openerp/oeh/web/addons/web/session.py", line 87, in send
      return openerp.netsvc.dispatch_rpc(service_name, method, args)
    File "/home/cch/Documents/synchro/_data-heonium/technique/openerp/oeh/server/openerp/netsvc.py", line 281, in dispatch_rpc
      result = ExportService.getService(service_name).dispatch(method, params)
    File "/home/cch/Documents/synchro/_data-heonium/technique/openerp/oeh/server/openerp/service/web_services.py", line 603, in dispatch
      res = fn(db, uid, *params)
    File "/home/cch/Documents/synchro/_data-heonium/technique/openerp/oeh/server/openerp/osv/osv.py", line 169, in execute_kw
      return self.execute(db, uid, obj, method, *args, **kw or {})
    File "/home/cch/Documents/synchro/_data-heonium/technique/openerp/oeh/server/openerp/osv/osv.py", line 123, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/cch/Documents/synchro/_data-heonium/technique/openerp/oeh/server/openerp/osv/osv.py", line 179, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/cch/Documents/synchro/_data-heonium/technique/openerp/oeh/server/openerp/osv/osv.py", line 166, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
  AttributeError: 'hr.employee' object has no attribute 'onchange_evaluation_plan_id'

  
  Regards

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1091284/+subscriptions


Follow ups

References