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.
@hectorherrera41936 ай бұрын
Excellent explanation. Thanks !
@OdooMates5 ай бұрын
thank you
@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
@MuhammadUmarAkram44 ай бұрын
can we use webhooks to download a report in odoo studio?
@MANIKANDANMMARIAPPAN6 ай бұрын
Super explanation. Please provide the sample for creating new customers without updating
@OdooMates6 ай бұрын
kzbin.info/www/bejne/gaO5qpyJpLJki7s
@mauricioariasrodelo75734 ай бұрын
Could you make a video on how to migrate an Odoo database from version 13 to 14?
@younesketficherif99834 ай бұрын
this is really helpful
@abdikarimosman25116 ай бұрын
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 ?
@abdikarimosman25116 ай бұрын
can you give example in next video ??
@muthamizhanselvam5 ай бұрын
Is this on odoo community or enterprise?
@OdooMates5 ай бұрын
Both versions it’s available
@furkanshaikh36416 ай бұрын
How do i display notification of new created sale order inside the POS session using webook?
@dariuszznoxus18106 ай бұрын
It looks like standard api with log and special token or am I missing something?
@OdooMates5 ай бұрын
Standard api
@SaiKumar-ve6lb6 ай бұрын
How to handle Multiple records at once using webhook?
@cherifsoltani11645 ай бұрын
Browe can accept interger or a list of ids so this will work for one or multiple records
@sellux_pro3 ай бұрын
How to import woo commerce order in odoo with webhook?
@liker9170Ай бұрын
i have done everything right but in postman app im getting 500 error what should i do
@ibrahimessam343425 күн бұрын
Maybe you need an access token
@jaydeepchaudhari66935 ай бұрын
when i try to acces the this ulrs in postmon ,the 404 error is coming even my URL is coorrect
@OdooMates5 ай бұрын
do you have multiple db ?
@uzairkhan85532 ай бұрын
@@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
@birmato306724 күн бұрын
@@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Күн бұрын
@@OdooMates Can't we use multiple dbs?
@shadabdeveloper29 күн бұрын
error is comes due to pass two parameter in web hook