跳至內容
選單
此問題已被標幟
2 回覆
2811 瀏覽次數

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
1753
0
11月 24
4397
3
5月 24
5032
0
1月 25
2891
1
10月 23
3043