how to Customize User Name display on upper right corner in Odoo 16 using custom addons or studio . The idea is to display the role of the user like Manager , Billing etc
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
Thanks . Where should i load this file in custom module
Hi Shibi,
You can try below solution:
- Add a role field with many2one/selection type on user or on partner level.
- Change the display name on the right corner with xpath in the rendering template.
Thanks.
I tried the xpath solution seems to be not working . Not sure if understand this "Add a role field with many2one/selection type on user or on partner level."
Hi Shibi,
Let me help you with the xpath:
<template id="show_email_on_login" inherit_id="portal.user_dropdown">
<xpath expr="//span[@t-if='_user_name']" position="replace">
<span t-if="_user_name" t-attf-class="#{_user_name_class}" t-esc="user_id.email[:23] + '...' if user_id.email and len(user_id.email) > 25 else user_id.email"/>
</xpath>
</template>
With this xpath, I am able to show email instead of the Customer name, similarly you can relace your field on above xpath with email to show ROLE .
Thanks
Thanks.
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
filling a field with the current user
แก้ไขแล้ว
|
|
2
มิ.ย. 22
|
3744 | |
|
1
ก.ย. 19
|
6164 | ||
|
1
เม.ย. 17
|
5544 | ||
|
3
มี.ค. 15
|
11328 | ||
|
1
มี.ค. 15
|
3598 |
the question if there are 10 roles for a user, than which role you want to display?
we may have preference for the role , in my case user will only have one role