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
返信
3019
ビュー
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
|
1734 | ||
|
2
12月 24
|
2791 | ||
|
0
11月 24
|
4158 | ||
|
3
5月 24
|
5019 | ||
|
0
1月 25
|
2881 |