I need make a dashboard but i need put photo of user but i dont know how make it
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
2717
查看
1. Fetch the image data
2. render the qweb with fetched data
3. use it in qweb
<img class="media-object dp img-circle"
t-att-src="'data:image/png;base64,'+widget.employee_data.image_1920"
style="width: 100px;height:100px;"/>
Hi.
Please checkout the coding of this module available for free in odoo apps, which adds a hr dashboard, the employee image is shown in the dashboard, so you can check and see how the code is done: https://apps.odoo.com/apps/modules/13.0/hrms_dashboard/
Also for creating dashboard using the board module, see: How To Create a Dashboard In Odoo
Thanks
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
7月 25
|
1738 | ||
|
1
5月 25
|
1748 | ||
|
1
4月 25
|
2303 | ||
|
1
2月 25
|
1578 | ||
|
0
10月 24
|
1364 |