コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
3037 ビュー

Hello,

I have a custom app which worked fine in 17.0 however, in 18.0 the chatter looks very strange. Does anyone know what this issue is?


アバター
破棄
最善の回答

In Odoo 18, the XML definition of chatter is changed from

<div class="oe_chatter">
​<field name="message_follower_ids"/>
​<field name="activity_ids"/>
​<field name="message_ids"/>
</div>

to

<chatter/>
アバター
破棄
著作者 最善の回答

Perfect!! Thank you so much. 

BTW, where can I find all the changes between versions to coding such as this??

アバター
破棄

This should be captured in the latest documentation, specifically https://www.odoo.com/documentation/18.0/developer/reference/backend/mixins.html?highlight=chatter

I have posted an issue in the documentation here: https://github.com/odoo/documentation/issues/11537

関連投稿 返信 ビュー 活動
1
2月 25
2011
0
11月 24
5824
3
5月 24
5254
0
1月 25
3027
1
10月 23
3213