Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
5357 Представления

I wanted to add a logo to the navbar of odoo backend similar to this but without editing the file directly


In my search I found this but don't know the inherit_id or even it it would work

    <template id="logo_menu_addition" inherit_id="web.Menu">
<xpath expr="//nav[@id='o_main_navbar']" position="after">
<h1>LOGO</h1>
</xpath>
</template>


Аватар
Отменить
Лучший ответ

Hi,

You can refer the following app which add functionality of adding company logo in the backend navbar.

 https://apps.odoo.com/apps/modules/13.0/web_company_logo/

Regards

Аватар
Отменить
Related Posts Ответы Просмотры Активность
3
нояб. 21
6180
1
июл. 20
4774
0
мая 19
4101
0
дек. 22
1901
1
июн. 24
2767