From dfd066465a5a11ed4da6d94949dda3c2c6163e74 Mon Sep 17 00:00:00 2001 From: Mohamad Huzaifah <87959388+AcroVenom@users.noreply.github.com> Date: Sat, 27 Sep 2025 08:02:49 +0800 Subject: [PATCH] [FIX] Incorrect example in Webhook doc Updates documentation to clearly distinguish between user-testing errors and errors stemming from the Odoo documentation itself. Lack of clarity, particularly with complex topics like Odoo ORM and Webhooks, can discourage users and erode credibility when the perceived error is not their fault. --- content/applications/studio/automated_actions/webhooks.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/applications/studio/automated_actions/webhooks.rst b/content/applications/studio/automated_actions/webhooks.rst index bd16143347..f5afced8b9 100644 --- a/content/applications/studio/automated_actions/webhooks.rst +++ b/content/applications/studio/automated_actions/webhooks.rst @@ -177,8 +177,8 @@ that, click the :guilabel:`Body` tab and select the :guilabel:`raw` option. Set .. code-block:: json { - "model": "sale.order", - "id": "SALES ORDER NUMBER" + "_model": "sale.order", + "_id": "SALES ORDER NUMBER" } From here, choose a sales order to test the webhook on. If it is not possible to test in a live