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

Hi,

I have set-up multiwebsite in Odoo v12 CE. But the footer seems to be shared for all website's. Is there way to customize this?

Kind regards,

Bastiaan

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

I am suggest you to customise footer template and, in that you can check which website currently running,

Let's say:

Website-1

Website-2

currently Website-1 is running

you can check in footer template, there is a default variable accessible in qweb called website, based on that you can do this.

Let's say you have two footer template then

<t t-if="website.name == 'Website-1' ">

<t t-call="footer_template_1"/>

</t>

<t t-if="website.name == 'Website-2' ">

<t t-call="footer_template_2"/>

</t>

I hope it will helpful for you

Thanks and regards

Haresh Kansara

Ảnh đại diện
Huỷ bỏ
Tác giả

Hi Haresh, thank you for this information! I'll try! :-)

Câu trả lời hay nhất

Hello Bastiaan,

Yes, you can customize the footer according to the website. Odoo Multi Website offers the functionality of installing a theme-based application website wise that lets you set footers according to a website. Different themes have different footer designs that will apply website-wise.


Note: Odoo identify the theme-based application by module name prefix 'theme_'.

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

So let say I want my 2 websites to run the same theme but different footer, then I should clone the theme?

Ảnh đại diện
Huỷ bỏ

Which theme are you using?

Tác giả

Hi Dharmeh, i'm using the out-the-box standard theme.

Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 3 19
3204
Footer section size Đã xử lý
2
thg 11 16
5778
1
thg 3 15
3971
3
thg 6 24
2096
6
thg 6 24
8000