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.
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
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 ?
@@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
@@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
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.
so thank you very helpful😍
thanks for the support
Excellent explanation. Thanks !
thank you
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
can we use webhooks to download a report in odoo studio?
Super explanation. Please provide the sample for creating new customers without updating
th-cam.com/video/KrVyiSoM1UY/w-d-xo.html
Is this on odoo community or enterprise?
Both versions it’s available
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 ?
can you give example in next video ??
I think its impossible to execute custom python code in odoo enterprise online version we need odoo sh for that am i correct?
Could you make a video on how to migrate an Odoo database from version 13 to 14?
this is really helpful
How do i display notification of new created sale order inside the POS session using webook?
i have done everything right but in postman app im getting 500 error what should i do
Maybe you need an access token
How to import woo commerce order in odoo with webhook?
It looks like standard api with log and special token or am I missing something?
Standard api
How to handle Multiple records at once using webhook?
Browe can accept interger or a list of ids so this will work for one or multiple records
error is comes due to pass two parameter in web hook
when i try to acces the this ulrs in postmon ,the 404 error is coming even my URL is coorrect
do you have multiple db ?
@@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
@@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
@@OdooMates Can't we use multiple dbs?