Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
1251 Vistas
odoo16
Error: Missing field string information for the field 'odoobot_state' from the 'res.users' model at http://localhost:8069/web/assets/debug/web.assets_backend.js:68045:27 (/web/static/src/legacy/legacy_load_views.js:69) at traverse (http://localhost:8069/web/assets/debug/web.assets_backend.js:67983:9) (/web/static/src/legacy/legacy_load_views.js:7) at http://localhost:8069/web/assets/debug/web.assets_backend.js:67985:13 (/web/static/src/legacy/legacy_load_views.js:9) at Function.each (http://localhost:8069/web/assets/debug/web.assets_common.js:1910:9) (/web/static/lib/underscore/underscore.js:1330) at traverse (http://localhost:8069/web/assets/debug/web.assets_backend.js:67984:11) (/web/static/src/legacy/legacy_load_views.js:8) at http://localhost:8069/web/assets/debug/web.assets_backend.js:67985:13 (/web/static/src/legacy/legacy_load_views.js:9) at Function.each (http://localhost:8069/web/assets/debug/web.assets_common.js:1910:9) (/web/static/lib/underscore/underscore.js:1330) at traverse (http://localhost:8069/web/assets/debug/web.assets_backend.js:67984:11) (/web/static/src/legacy/legacy_load_views.js:8) at http://localhost:8069/web/assets/debug/web.assets_backend.js:67985:13 (/web/static/src/legacy/legacy_load_views.js:9) at Function.each (http://localhost:8069/web/assets/debug/web.assets_common.js:1910:9) (/web/static/lib/underscore/underscore.js:1330)



Avatar
Descartar
Mejor respuesta

he error message you've posted seems to be related to a missing or incorrectly configured field in the 'res.users' model in Odoo 16. Specifically, it mentions a missing field string information for 'odoobot_state' in 'res.users'. To address this issue, you'll need to investigate and potentially correct the field definition for 'odoobot_state'.

Check the Model and Field Definitions
:

  • Go to the Odoo Developer mode or access the technical settings.
  • Navigate to the 'Settings' module.
  • Search for the 'res.users' model and then search for the 'odoobot_state' field.
  • Check the field definition to ensure that it has the correct attributes and properties, including the 'string' attribute for the field's label. Make sure it's properly defined.


Avatar
Descartar