Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
8478 มุมมอง

Hello, any idea on how to change the position of the chatter?

I'm trying to modify the styles but it was a complete mess.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi 

Install  web_responsive  module by OCA, This Module allows users to select Chatter Position from Preference,

https://apps.odoo.com/apps/modules/14.0/web_responsive/

 


Hope it Helps,

Kiran K

อวตาร
ละทิ้ง
ผู้เขียน

thanks for this

ผู้เขียน

How about for enterprise edition?
This only works for CE

Does it work with odoo 16 CE?

คำตอบที่ดีที่สุด

For my future self or any future odoo backend developer. Here is what I did to make chatter position to bottom permanently. Please note that I'm using odoo 16


                    .o_form_view.o_xxl_form_view {

                        flex-flow: column nowrap !important;

                    }

                    .o_form_view.o_xxl_form_view .o_form_view_container {

                        width: 100%;

                    }

                    .o_FormRenderer_chatterContainer.o-aside {

                        max-width: 100%;

                        width: 100%;

                        height: 100%;

                    }

                    .o_form_view.o_xxl_form_view .o_form_sheet_bg > .o_form_sheet {

                        max-width: 100%;

                    }

อวตาร
ละทิ้ง

This is still have bug. For example, if the form is too big, the chatter is not accesable. It's visible, we just cannot scroll down to the chatter. We have to zoom out till the chatter is visible. If anyone know how to fix it, just comment this answer. I will update my answer

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ธ.ค. 22
2963
How to Hide Chatter แก้ไขแล้ว
2
ต.ค. 20
7943
0
ม.ค. 24
1183
0
มิ.ย. 24
606
2
มี.ค. 24
2066