Is there a way to integrate php with odoo? any help please...
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project
- MRP
This question has been flagged
Hi Avini,
Yes there is. You can connect to Odoo through XML-RPC calls. PHP is also an option for this (along with Python, Ruby and Java).
You can find the full docs here: https://www.odoo.com/documentation/8.0/api_integration.html
For example to login through PHP:
$common = ripcord::client("$url/xmlrpc/2/common"); $common->version(); { "server_version": "8.0", "server_version_info": [8, 0, 0, "final", 0], "server_serie": "8.0", "protocol_version": 1, }
So you could get about everything you'd like through PHP from your Odoo!
Yenthe
Thank for your quick reply yenthe. does that mean we can replace python using php?
No problem Avini! Technically you should be able to do everything in PHP just like you could in Python. The only downside is that you would have to re-develop everything in PHP while by default there is a website interface made with Python.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
Module development
Solved
|
|
1
Oct 15
|
3925 | |
|
4
Jul 16
|
3874 | ||
|
1
Mar 16
|
3987 | ||
|
0
Nov 15
|
3490 | ||
odoo backend
Solved
|
|
3
Oct 15
|
6800 |