Skip to Content
Menu
This question has been flagged
1 Reply
346 Views

Erreur:



Retraçage :

TypeError: data.date_start.format is not a function

    at Class._formatData (http://192.168.1.15:8069/hr_skills/static/src/js/resume_widget.js:159:61)

    at Class._renderRow (http://192.168.1.15:8069/hr_skills/static/src/js/resume_widget.js:82:24)

    at http://192.168.1.15:8069/hr_skills/static/src/js/resume_widget.js:133:33

    at Array.forEach ()

    at Class._renderBody (http://192.168.1.15:8069/hr_skills/static/src/js/resume_widget.js:131:19)

    at Class._renderView (http://192.168.1.15:8069/web/static/src/js/views/list/list_renderer.js:974:32)

    at prototype. (http://192.168.1.15:8069/web/static/src/js/core/class.js:90:38)

    at Class._renderView (http://192.168.1.15:8069/web/static/src/js/views/list/list_editable_renderer.js:1220:28)

    at Class. (http://192.168.1.15:8069/web/static/src/js/core/class.js:123:38)

    at Class._renderView (http://192.168.1.15:8069/web_responsive/static/src/js/web_responsive.js:394:32)

Avatar
Discard
Best Answer

Hi,Firstly, comment out the custom addons path from your Odoo configuration file to confirm whether the issue is arising from your custom addons. If the issue does not persist after commenting out your custom addons, you can verify that the error is originating from the custom addons. You should then track down the module causing the issue and fix it.

If the issue persists even after commenting out the custom addons, please attempt to upgrade the modules employee or base module, and then try again. This may help resolve the issue.


Hope it helps

Avatar
Discard