无法区分 Odoo 12 中的注释和消息

Unable to differentiate between note and message in Odoo 12

当我在 sale-> quotations or CRM -> activity

中记录任何注释时(单击记录注释 link 后)

在我签入通知部分时输入任何注释后,在 Odoo 12 中不显示 'Note By ...' 标签,在 Odoo 11 中它工作正常。

我调试了代码,发现基础模块有问题

mail->static->src->js->models->messages->abstract_message.js -> isNote()  

函数正在返回 NULL! 请告诉我这是一个错误还是如何区分消息和消息。

谢谢!

Screen Shot - 1(Odoo 12) Screen Shot - 2 (Odoo 11)

您可以通过通知的背景颜色来区分笔记和消息:


为了区分代码中的注释,必须使用the internal field of the message's subtype_id:

is_note = message.subtype_id.internal