【发布时间】:2014-02-10 09:27:40
【问题描述】:
我在表单中创建了一个自定义模块。
我想发布一条自定义消息。但我收到以下错误。
File "/opt/openerp/addons/mail/mail_thread.py", line 1023, in message_post
"Invalid thread_id; should be 0, False, an ID or a list with one ID"
AssertionError: Invalid thread_id; should be 0, False, an ID or a list with one ID
我的 .py 程序位于以下链接
【问题讨论】:
-
您的堆栈跟踪是否显示您的代码中的哪一行触发了错误?
-
其显示错误在第 22 行