This question has been flagged
1 Reply
2231 Views

Hey everyone.  I am working to integrate odoo community 9 into a suite of other applications.  They all need to share a common header.  It would be amazing to be able to make an API call to get the dynamic header from odoo and pull the elements into my common header.  I don't see anything in the API docs about nav / menu / etc related feeds or access.  Can someone point me in the right direction as to if / how this is possible?  Are the menus just views and I can use the view calls? Thanks in advance!

Avatar
Discard
Best Answer

You need to create a custom interface extension to incorporate your external applications into the Odoo visual framework. This is pretty easily accomplished using some javascript and underscore. This link should get you started.

https://www.odoo.com/documentation/9.0/howtos/web.html

Avatar
Discard