I am creating BI reporting tool for our business purpose in PHP which requires user authentication. I want to utilise Odoo ERP user's credentials to newly built PHP App. More likely, current user's session from Odoo ERP.
What I need?
- If user is logged-in on Odoo ERP, use same credentials to validate user for PHP App and take user to Report page else ask to login in PHP page and Vice Versa.
Is it possible to do this? I am using Odoo ERP V8
I think you should use xml-rpc: http://learnopenerp.blogspot.com/2019/10/connecting-to-odoo-using-xml-rpc.html