This question has been flagged

Hi,


Is it possible to integrate an entire custom application developed with front Angular and back PHP (with his own DB) as a Odoo module?

Or do I have to develop a modul in python?


Which is the best way to integrate my Web Application?  Is there a way to encapsulate the application?


Thank you,


Manu.

Avatar
Discard
Best Answer

How are planning to integrate from Odoo to your app or your app to Odoo?

1) From your app to Odoo: You can use xmlrpc / json rpc

2) From Odoo to your app: If your app has API, you can call the api from Odoo.

Avatar
Discard