Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
2 Ответы
2953 Представления

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

Related Posts Ответы Просмотры Активность
1
февр. 25
1914
0
нояб. 24
5360
3
мая 24
5172
0
янв. 25
2964
1
окт. 23
3147