This question has been flagged


Version: Odoo13

OS : Ubuntu 18.04


Recruitment Application is not opening!!!

Traceback:
TypeError: Cannot read property 'context' of undefined
    at Class._evalArchChild (http://ats.headrun.com/web/content/970-8f6affa/web.assets_backend.js:1480:334)
    at http://ats.headrun.com/web/content/970-8f6affa/web.assets_backend.js:1488:514
    at Array.map (<anonymous>)
    at Class._parseSearchArch (http://ats.headrun.com/web/content/970-8f6affa/web.assets_backend.js:1488:462)
    at Class.init (http://ats.headrun.com/web/content/970-8f6affa/web.assets_backend.js:1479:2978)
    at Class.prototype.<computed> [as init] (http://ats.headrun.com/web/content/969-ba67567/web.assets_common.js:3860:488)
    at new Class (http://ats.headrun.com/web/content/969-ba67567/web.assets_common.js:3861:65)
    at Class._createControlPanel (http://ats.headrun.com/web/content/970-8f6affa/web.assets_backend.js:1070:157)
    at Class.getController (http://ats.headrun.com/web/content/970-8f6affa/web.assets_backend.js:1066:678)
    at Class.prototype.<computed> [as getController] (http://ats.headrun.com/web/content/969-ba67567/web.assets_common.js:3860:488)


Avatar
Discard
Best Answer

Hi,

Have you added any custom codes or any custom modules ? if so remove those and check whether you are getting the same error in a fresh database. 

If you are not getting the same issue in fresh database we can assure that the issue is coming from the custom codes or changes you made, also try to reproduce the same issue in odoo runbot, if you are able to get the error in odoo runbot also, you can report it at: https://github.com/odoo/odoo/issues

Thanks

Avatar
Discard