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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
2732
查看
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
|
1363 | ||
|
2
12月 24
|
2322 | ||
|
0
11月 24
|
1126 | ||
|
3
5月 24
|
4496 | ||
|
0
1月 25
|
2586 |