Skip to Content
Menu
This question has been flagged
3 Replies
3044 Zobrazenia

Hi All,

I need to show username below the company label in top left. Please help if anyone have done this.

Avatar
Zrušiť
Best Answer

Example, db name and user name in backend, below logo:

<template id="db_user_info" name="Db user info" inherit_id="web.menu_secondary">
<xpath expr='//img[@src="/web/binary/company_logo"]' position="after">
 
    <br/>
    <t t-esc="request.db"/><br/>
    <t t-esc="request.env.user.name"/>

</xpath>
</template>


Avatar
Zrušiť
Autor Best Answer

@zbic: Thank you..:-)

Avatar
Zrušiť