Se rendre au contenu
Menu
Cette question a été signalée
2 Réponses
2785 Vues

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
Ignorer
Meilleure réponse

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
Ignorer
Auteur Meilleure réponse

Perfect!! Thank you so much. 

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

Avatar
Ignorer

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

Publications associées Réponses Vues Activité
1
févr. 25
1730
0
nov. 24
4085
3
mai 24
5016
0
janv. 25
2879
1
oct. 23
3015