Use Webhooks to Send and Receive Data in Odoo || Using Webhook in Odoo 17

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

ความคิดเห็น • 32

  • @grey8est
    @grey8est หลายเดือนก่อน

    The reason you were getting the error message is because you never copied the whole hook url, you copied only portion of it, and excluded the ... at the end part. That may have fetched the major part of the url parameters and still updated the user in this case.
    Thats why its important to use the buttons for quick copy and never overlook or exclude any part of the webhook url which may be a long string of characters to be expressed in a field placeholder so thus the .... is added.
    Anyways, great work on the channel. Cheers.

  • @Mohammed.widad89
    @Mohammed.widad89 5 หลายเดือนก่อน +1

    so thank you very helpful😍

    • @OdooMates
      @OdooMates  5 หลายเดือนก่อน

      thanks for the support

  • @hectorherrera4193
    @hectorherrera4193 6 หลายเดือนก่อน

    Excellent explanation. Thanks !

    • @OdooMates
      @OdooMates  6 หลายเดือนก่อน

      thank you

  • @ernestoperezamigo4866
    @ernestoperezamigo4866 หลายเดือนก่อน

    Great video !!! Can you create a video to explain how execute huge background task in Odoo on demand or with a schedule; like Celery in Django? Thanks in advance

  • @MuhammadUmarAkram4
    @MuhammadUmarAkram4 4 หลายเดือนก่อน

    can we use webhooks to download a report in odoo studio?

  • @MANIKANDANMMARIAPPAN
    @MANIKANDANMMARIAPPAN 6 หลายเดือนก่อน

    Super explanation. Please provide the sample for creating new customers without updating

    • @OdooMates
      @OdooMates  6 หลายเดือนก่อน

      th-cam.com/video/KrVyiSoM1UY/w-d-xo.html

  • @muthamizhanselvam
    @muthamizhanselvam 6 หลายเดือนก่อน +1

    Is this on odoo community or enterprise?

    • @OdooMates
      @OdooMates  6 หลายเดือนก่อน

      Both versions it’s available

  • @abdikarimosman2511
    @abdikarimosman2511 6 หลายเดือนก่อน

    When creating a contact, each should have its own separate Account Receivable or Account Payable account in Odoo, automatically named after that contact using an automation rule ?

    • @abdikarimosman2511
      @abdikarimosman2511 6 หลายเดือนก่อน

      can you give example in next video ??

  • @AghaJaswer
    @AghaJaswer 3 วันที่ผ่านมา

    I think its impossible to execute custom python code in odoo enterprise online version we need odoo sh for that am i correct?

  • @mauricioariasrodelo7573
    @mauricioariasrodelo7573 5 หลายเดือนก่อน +1

    Could you make a video on how to migrate an Odoo database from version 13 to 14?

  • @furkanshaikh3641
    @furkanshaikh3641 6 หลายเดือนก่อน

    How do i display notification of new created sale order inside the POS session using webook?

  • @liker9170
    @liker9170 หลายเดือนก่อน +1

    i have done everything right but in postman app im getting 500 error what should i do

    • @ibrahimessam3434
      @ibrahimessam3434 หลายเดือนก่อน

      Maybe you need an access token

  • @sellux_pro
    @sellux_pro 3 หลายเดือนก่อน

    How to import woo commerce order in odoo with webhook?

  • @dariuszznoxus1810
    @dariuszznoxus1810 6 หลายเดือนก่อน

    It looks like standard api with log and special token or am I missing something?

    • @OdooMates
      @OdooMates  6 หลายเดือนก่อน

      Standard api

  • @SaiKumar-ve6lb
    @SaiKumar-ve6lb 6 หลายเดือนก่อน +1

    How to handle Multiple records at once using webhook?

    • @cherifsoltani1164
      @cherifsoltani1164 6 หลายเดือนก่อน

      Browe can accept interger or a list of ids so this will work for one or multiple records

  • @shadabdeveloper
    @shadabdeveloper หลายเดือนก่อน

    error is comes due to pass two parameter in web hook

  • @jaydeepchaudhari6693
    @jaydeepchaudhari6693 5 หลายเดือนก่อน

    when i try to acces the this ulrs in postmon ,the 404 error is coming even my URL is coorrect

    • @OdooMates
      @OdooMates  5 หลายเดือนก่อน +1

      do you have multiple db ?

    • @uzairkhan8553
      @uzairkhan8553 2 หลายเดือนก่อน

      @@OdooMates i also faced the same issue showing 404 Not Found and i do have multiple db on my instance and when i click on send then in logs it show "POST /web/hook/5c267a4b-c3fb-4603-8df3-5f496dd852dc HTTP/1.1" 404

    • @birmato3067
      @birmato3067 หลายเดือนก่อน

      @@OdooMates same happens to me, and yes I have several db on localhost.
      The error I found on Pycharm is odoo.tools._vendor.sessions: Could not load session from disk. Use empty session

    • @iAbdullahJaved
      @iAbdullahJaved 12 วันที่ผ่านมา

      @@OdooMates Can't we use multiple dbs?