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
- 회계
- 재고 관리
- PoS
- 프로젝트
- MRP
신고된 질문입니다
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
|
4214 | ||
|
|
1
10월 25
|
10942 | ||
|
|
1
12월 17
|
6194 | ||
|
|
3
1월 16
|
26598 | ||
|
|
2
7월 25
|
2085 |