تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
9348 أدوات العرض


Hi all, how can we get the logined user id in qweb template , it is not a report template.

It's the mail.activity_items template. i need to put a condition on 'o_thread_message_tools' based on the logined user id. 

My intention is to get the logined user id in qweb template.

Sample code i tried is,    

<t t-if="activity.create_uid[0] == user.id">

#code

</t> 


الصورة الرمزية
إهمال
الكاتب أفضل إجابة

These are not working in mail.activity_items template, so i'm trying to pass 'uid' value in mail_activity.js file in this template rendering code. I dont have much points to comment on the answers @Rakesh Vadeghar and @Mitul Shingala. 

Thank you very much  for the support. 

الصورة الرمزية
إهمال
أفضل إجابة

Hello

try with below line

<span t-esc="activity.env.user.id"/>

so your condition is like

<t t-if="activity.create_uid.id == activity.env.user.id">

i hope this will helps you.

الصورة الرمزية
إهمال
أفضل إجابة

To get logged in user id  try this 

<p t-field="o.env.user.id"/>
الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
يونيو 18
5971
0
أبريل 18
3487
1
مارس 25
976
1
مايو 23
10054
1
فبراير 24
13071