I would like to insert my organizations graphic header at the top of the Odoo screen, is this possible?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
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>
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
2
giu 21
|
3462 | ||
|
1
gen 20
|
9967 | ||
|
1
dic 17
|
5253 | ||
|
3
gen 16
|
25593 | ||
|
2
lug 25
|
851 |