跳至內容
選單
此問題已被標幟
1 回覆
1126 瀏覽次數

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

頭像
捨棄
最佳答案

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

Thanks

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
12月 19
7015
2
10月 18
8645
1
12月 24
4232
0
11月 24
1710
2
7月 24
2879