在Odoo 12中无法区分笔记和消息

时间:2019-10-12 10:56:14

标签: notifications odoo odoo-11 odoo-12 quotations

当我在sale-> quotations or CRM -> activity内记录任何笔记(单击日志笔记链接后)

在我签到通知栏时输入任何注释后,在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)

1 个答案:

答案 0 :(得分:0)

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

enter image description here


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

is_note = message.subtype_id.internal