Any way to change the size of the right-hand chatter?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
3067
화면
Hi,
The class which defines the chatter when it is in the side is "o_FormRenderer_chatterContainer oe_chatter o-aside"
So, you just need to add it in css. Either you can create a new css file in web.assets_backend, or in addons add the below code:
.o_FormRenderer_chatterContainer.oe_chatter.o-aside
{
max-width: 300px; // The width in pixels
}
Hope it helps
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
2월 25
|
1773 | ||
|
2
12월 24
|
2816 | ||
|
0
11월 24
|
4552 | ||
|
3
5월 24
|
5053 | ||
|
0
1월 25
|
2894 |