This question has been flagged
2 Replies
6748 Views

how to stream or play videos in openerp7. there is any module to integrate video or multimedia. i am looking for an option for upload videos and play. embed you-tube link etc ...

Avatar
Discard
Best Answer

Never did that with OpenERP, but this is what I would do.

I would create a web module that displays an HTML page withing OpenERP (very easy to do, it is very well documented in the openerp site). Within the HTML page you can display video, here are some pointers on how to do that:

http://www.html5rocks.com/en/tutorials/video/basics/

as you can see, the markup is quite straightforward.

Hope this helps

Avatar
Discard

can you give us example how to add html tags in view.xml

xml views are server side views, in order to modify html in OpenERP you need to develop a web module. Check the documentation, there are examples on how to work with web modules.

Author

i try to do this ...

Best Answer

see my answers in https://www.odoo.com/forum/help-1/question/meta-can-we-embed-youtube-videos-in-questions-and-answers-1436

Avatar
Discard