Skip to Content
Menu
This question has been flagged
1 Reply
6303 Views

Hello all,

I am absolutely new to this so please forgive my stupid question.

Actually we have a small company and we are intending to develop a small application which has among its functionalities "POS" and "Inventory" management.
I could see that the apps provided by Odoo for inventory and POS are far enough and rich content for our needs.
So my question is, how can i use these two modules of Oddo inside my own application as integrated external modules of my system ?

In other words, how can i have in my system (for example a button) a control if the user press it, the Odoo "inventory or POS" apps open, and the user can perform what he would like to do, and later on, my system can use the data or perform some actions based on the data made by Odoo apps integrated into my system ?

I believe that an integration can be done between Odoo modules and my application but i have no idea about how to do that.

Can anybody please help and give me some guidance about it or re-direct me to where i can find concrete information about it ?

Thank you very much in advance and i appreciate your help.

Avatar
Discard
Best Answer

Hi Ariapro, Welcome to Odoo 

You could find the docs about how to develop your integration in this links(assuming that you start using v10, you could select the Odoo version in those links)

#Point of Sale

http://www.odoo.com/documentation/user/10.0/point_of_sale.html

#Documentation Index

http://www.odoo.com/documentation/10.0/index.html

#Web Service API

https://www.odoo.com/documentation/10.0/api_integration.html

#ORM API

https://www.odoo.com/documentation/10.0/reference/orm.html


Avatar
Discard