Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
7462 Widoki

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 ...

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć

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.

Autor

i try to do this ...

Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
mar 15
2751