This question has been flagged

Hello All,

i getting above error(exclude admin login) in template for odoo 11. This error for normal user not for admin. So, solve this error? 

<templates xml:space="preserve">
<t t-name="hr_dashboard.dashboard">
<!--View-->
<div class="hr_dash col-xs-12 col-md-12 col-lg-12 col-sm-8">
<div class="col-md-12">
<div class="col-md-4">
<div class="media">
<a class="pull-left my_profile">
<img class="media-object dp img-circle"
t-att-src="'data:image/png;base64,'+widget.employee_data.image"
style="width: 100px;height:100px;"/>
</a>
</div>
</div>
</div>
</div>
</t>
</templates>

Thanks in advance.

Avatar
Discard