[FIX] developer: document changes of message_post API
closes odoo/documentation#5119
X-original-commit: 8bf2d026b7
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
This commit is contained in:
parent
89b550252a
commit
0031e37c63
@ -81,8 +81,8 @@ to manage followers on your record:
|
|||||||
Post a new message in an existing thread, returning the new
|
Post a new message in an existing thread, returning the new
|
||||||
mail.message ID.
|
mail.message ID.
|
||||||
|
|
||||||
:param str body: body of the message, usually raw HTML that will
|
:param str | Markup body: body of the message. Will be escaped if `str`. Use
|
||||||
be sanitized
|
a :class:`~markupsafe.Markup` object for HTML content.
|
||||||
:param str message_type: see mail_message.message_type field
|
:param str message_type: see mail_message.message_type field
|
||||||
:param int parent_id: handle reply to a previous message by adding the
|
:param int parent_id: handle reply to a previous message by adding the
|
||||||
parent partners to the message in case of private discussion
|
parent partners to the message in case of private discussion
|
||||||
|
Loading…
Reference in New Issue
Block a user