I have a use case where I need to display a video(youtube/vimeo) based on a field which is updated by the portal user.
I could able to get the url field from the portal and display it in the form view for the internal user(admin) but not able to render the video inside the form.
Reason: dynamic templating using t-if, t-att, t-src, etc., which is common in QWeb templates, is not allowed in standard XML form views for odoo 17.
Can anyone guide me in embedding a youtube video to a form view.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
1105
查看
Hi,
Try adding a new html field in your model and there is option to embed video and auto play it.
I want to update the video dynamically based on my field value. This one is static.
Then try adding url in a new field and get values to html field from there
I did follow your steps on using python: https://imgur.com/carbon-Xs2iteV
I renders just a empty field not rendering the video.
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
2
1月 22
|
47315 | ||
|
4
12月 21
|
31201 | ||
|
1
12月 21
|
7235 | ||
|
2
3月 15
|
8316 | ||
|
2
3月 15
|
4696 |