When I run the command from termenal this error appears ==="ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131)" So what is the solution to this problem?
Odoo is providing external apis to connect odoo from external applications, if you need to connect odoo from c# you can utilise this api's, it vice versa, you have to see what api is provided from the c# side
When I run the command from termenal this error appears, odoo 17 ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1006) So what is the solution to this problem?
Very useful. Thanks odoo mates🙏
Happy to help
is this API FREE ? or which Odoo versions which has this API bro ?
Very helpful 👍 Nice Man
Thanks brother
is this API FREE ? or which Odoo versions which has this API bro ?
Hi, In Postman I can run Odoo API, but It's not working if I take php Curl from the postman?
When I run the command from termenal this error appears
==="ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1131)"
So what is the solution to this problem?
if you have / at the end of url remove it and try
where to find api ? odoo work with other web site like payment getway!
5:12
in odoo 13 this is not possible?
Is this applicable to Odoo Version 16?
yes :)
Help Brother / is this API FREE ? or which Odoo versions which has this API bro ? please tell me
Does this works for odo16?
yes will work for 16
Any method by which we can do it with OTP. Registration and login both.
By default no option, but custom solutions are possible
I don't now how to get username
I got better understanding
Glad to know that
is this API FREE ? or which Odoo versions which has this API bro ?
has anyone tried this for a spring boot application and worked for them?
How to integrate Odoo and C# .Net Application?
Odoo is providing external apis to connect odoo from external applications, if you need to connect odoo from c# you can utilise this api's, it vice versa, you have to see what api is provided from the c# side
how connect Iotbox with module in odoo community?
Thank you
❤️❤️❤️
the fonction authenticate doesn't work
What is the server response ?
@@OdooMates
Fault Traceback (most recent call last)
in
10 common = xmlrpc.client.ServerProxy('{}/xmlrpc/2/common'.format(url))
11 common.version()
---> 12 common.authenticate(db, username, password, {})
5 frames
/usr/lib/python3.7/xmlrpc/client.py in close(self)
654 raise ResponseError()
655 if self._type == "fault":
--> 656 raise Fault(**self._stack[0])
657 return tuple(self._stack)
658
Fault:
Hi, In Postman I can run Odoo API, but It's not working if I take php Curl from the postman?
When I run the command from termenal this error appears, odoo 17
ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1006)
So what is the solution to this problem?