引用一下 buke 发的内容. 供参考:
<br /> 'message_ids': fields.one2many('mail.message', 'res_id',<br /> domain=lambda self: [('model', '=', self._name)],<br /> auto_join=True,<br /> string='Messages',<br /> help="Messages and communication history"),<br />
还要注意 auto_join 参数....