Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
2333 Weergaven

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?


Avatar
Annuleer
Beste antwoord

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/>
Avatar
Annuleer
Auteur Beste antwoord

Perfect!! Thank you so much. 

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

Avatar
Annuleer

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

Gerelateerde posts Antwoorden Weergaven Activiteit
1
feb. 25
1367
0
nov. 24
1130
3
mei 24
4504
0
jan. 25
2591
1
okt. 23
2737