Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
11 Trả lời
91054 Lượt xem

how to set background theme in odoo.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất



You add css file to your module

<!-- Append css to assets_backend [Use assets_frontend if website] -->
<template id="assets_backend" name="my custom theme" inherit_id="web.assets_backend">    
     <xpath expr="." position="inside">
           <link rel="stylesheet" href="/path/to/your.css"/> 
     </xpath>
</template>

Open your css and add styles. That will override the existing css of odoo.

Hint: Inspect Element ( ctrl+shift+i ), edit css , copy and paste to your css file.
/*Example*/
.o_sub_menu {
    background-color: red;
}

You can watch this on YouTube

All the Best !

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

1). To get new theme for your website you can download your theme from :-  https://www.odoo.com/apps/themes.  

2). To set new theme on your website then :- 

     Step 1 - Open website builder module.

     Step 2 - Now in "Customize" menu select "Customize Theme".  Now you can see all your  available OR installed themes. You can select any of them by click on that theme and it will applied to your website.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Video Link: https://youtu.be/amHpruXQMOg


Module Link: https://github.com/hareshkansara/odoo_tutorial/tree/13.0/odoo_theme_backend

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

You can change themes in odoo by installing Website Theme Install application using link https://www.odoo.com/apps. and search for themes in the search box. so you get one application named Website Theme Install and install it.


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

You can change themes in odoo by installing Website Theme Install application using link https://www.odoo.com/apps. and search for themes in the search box. so you get one application named Website Theme Install and install it. 

So By your choice you can choose any theme from that application.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

There  are many themes available in odoo .You can download the themes from the link as follows: --  - https://www.odoo.com/apps/themes 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

You can download your theme from https://www.odoo.com/apps/themes

and then install it

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

in apps module of odoo search for the themes in search box , it will display different themes like 

Bootswatch Theme,Default Theme,Mass Mailing Themes and so on...,

select anyone from it and install it

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

How do change theme in odoo.sh??? Dont works ...


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Get latest E-commerce theme for your website https://www.odoo.com/apps/themes/11.0/theme_crafito

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
4
thg 4 23
7932
2
thg 7 25
735
Theme Đã xử lý
2
thg 11 24
1290
0
thg 10 24
916
1
thg 7 24
1903