Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
2657 Widoki

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?


Awatar
Odrzuć
Najlepsza odpowiedź

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/>
Awatar
Odrzuć
Autor Najlepsza odpowiedź

Perfect!! Thank you so much. 

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

Awatar
Odrzuć

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

Powiązane posty Odpowiedzi Widoki Czynność
1
lut 25
1630
0
lis 24
3005
3
maj 24
4872
0
sty 25
2809
1
paź 23
2953