Skip to Content
Menu
This question has been flagged
2 Replies
3381 Views

UncaughtPromiseError > OwlError

Uncaught Promise > The following error occurred in onWillStart: "Cannot read properties of undefined (reading 'type')"


please maybe someone knows how to fix it


Avatar
Discard
Author

this is odoo v16

Author Best Answer

Sir Niyas Raphy how to do   pull/get the latest source code of Odoo 16.

Avatar
Discard

if we have configured odoo with git, we just need to run git pull, if you have manually downloaded, we have to manually download and add again.

for more, see: https://www.youtube.com/watch?v=6wo4Hr889PE

Author

UncaughtPromiseError > OwlError
Uncaught Promise > The following error occurred in onWillStart: "Cannot read properties of undefined (reading 'type')"

OwlError: The following error occurred in onWillStart: "Cannot read properties of undefined (reading 'type')"
at wrapError (https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_common.js:18716:23) (/web/static/lib/owl/owl.js:2546)
at onWillStart (https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_common.js:18759:29) (/web/static/lib/owl/owl.js:2589)
at useModel (https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_backend.js:47952:5) (/web/static/src/views/model.js:141)
at FormController.setup (https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_backend.js:39502:22) (/web/static/src/views/form/form_controller.js:122)
at FormController.setup (https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_backend.js:165222:14) (/mail/static/src/views/form/form_controller.js:23)
at setup (patch mail) (https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_backend.js:17333:44) (patch mail https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_backend.js:17333)
at new ComponentNode (https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_common.js:18495:28) (/web/static/lib/owl/owl.js:2325)
at https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_common.js:21861:28 (/web/static/lib/owl/owl.js:5691)
at View.slot1 (eval at compile (https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_common.js:21627:16), <anonymous>:15:36) (/web/static/lib/owl/owl.js:5457)
at callSlot (https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_common.js:19066:37) (/web/static/lib/owl/owl.js:2896)

Caused by: TypeError: Cannot read properties of undefined (reading 'type')
at compareRecords (https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_backend.js:97182:45) (/web/static/src/legacy/js/views/basic/basic_model.js:5313)
at stableCompare (https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_common.js:76054:25) (/web/static/src/legacy/js/core/utils.js:907)
at Array.sort (<anonymous>)
at Object.stableSort (https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_common.js:76053:22) (/web/static/src/legacy/js/core/utils.js:906)
at Class._sortList (https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_backend.js:97194:19) (/web/static/src/legacy/js/views/basic/basic_model.js:5325)
at https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_backend.js:96875:26 (/web/static/src/legacy/js/views/basic/basic_model.js:5006)
at async Promise.all (index 1)
at async Promise.all (index 0)
at async Class.load (https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_backend.js:89710:24) (/web/static/src/legacy/js/views/abstract_model.js:119)
at async Record.load (https://odoo-ps-pshk-nanyang-philippines-staging-6376726.dev.odoo.com/web/assets/debug/web.assets_backend.js:24307:34) (/web/static

this is the full error

Best Answer

HI,

If you are getting the same issue in odoo 16, try to pull/get the latest source code of Odoo 16.

Thanks

Avatar
Discard