コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4077 ビュー

I would like to insert my organizations graphic header at the top of the Odoo screen, is this possible?



アバター
破棄
最善の回答

You can inherit and override the Web Layout View and get some pretty neat effects:


Example View:



< data inherit_id="web.layout">

< xpath expr="//body" position="inside">
     < div>< img src="https://i.imgur.com/0g9YEnF.png" height="77"/>< /div>
     < style>
         .o_main_navbar {
             background-color: #000000;border-bottom: 0px;
          }
         .o_home_menu_background:not(.o_home_menu_background_custom) .o_main_navbar {
             background-color: #000000;border-bottom: 0px;
         }
     < /style>
< /xpath>

< /data>




アバター
破棄
関連投稿 返信 ビュー 活動
2
6月 21
3467
1
1月 20
9979
1
12月 17
5264
3
1月 16
25601
2
7月 25
862