-
Create a database in Odoo from a php website
over 8 years ago
-
over 8 years ago
check this documentation, here is enplane how to call web service using php:
https://www.odoo.com/documentation/8.0/api_integration.html
i hope this is helpful to you
-
-
over 8 years ago
you have established a connection between your site and odoo. And after that you can make an xml-rpc call from php website.And you can pass your server ip address and port number through a link. And use this link for reference "http://gggeek.github.io/phpxmlrpc/"
-
-
over 8 years ago
You create web services or API in odoo and then relate to the your php website.
-
3 Answer(s)