Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
1035 Vistas

Im trying to test out the webhook trigger in the automation, but I got this error 


Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/tools/safe_eval.py", line 390, in safe_eval
    return unsafe_eval(c, globals_dict, locals_dict)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "", line 1, in <module>
  File "/usr/lib/python3/dist-packages/odoo/api.py", line 596, in __getitem__
    return self.registry[model_name](self, (), ())
           ~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/modules/registry.py", line 240, in __getitem__
    return self.models[model_name]
           ~~~~~~~~~~~^^^^^^^^^^^^
KeyError: None

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/odoo/addons/base_automation/models/base_automation.py", line 504, in _execute_webhook
    record = safe_eval.safe_eval(self.record_getter, self._get_eval_context(payload=payload))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/odoo/tools/safe_eval.py", line 404, in safe_eval
    raise ValueError('%r while evaluating\n%r' % (e, expr))
ValueError: KeyError(None) while evaluating
"model.env[payload.get('_model')].browse(int(payload.get('_id')))"

I don't have an idea why Im getting this. I need reason why this happened and some possible solutions. Thanks

Avatar
Descartar
Mejor respuesta

Hi,
Can you see this video and see if it helps:  Use Webhooks to Send and Receive Data in Odoo

Thanks

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
dic 19
6922
2
oct 18
8574
1
dic 24
3851
0
nov 24
1595
2
jul 24
2779