Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
4063 Vues

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



Avatar
Ignorer
Meilleure réponse

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>




Avatar
Ignorer
Publications associées Réponses Vues Activité
2
juin 21
3463
1
janv. 20
9968
1
déc. 17
5253
3
janv. 16
25594
2
juil. 25
853