[IMP] developer: document new parameter
closes odoo/documentation#5273
X-original-commit: bf5c888446
Related: odoo/odoo#130883
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
This commit is contained in:
parent
1021f85a3f
commit
7f62e44002
@ -88,6 +88,7 @@ to manage followers on your record:
|
|||||||
parent partners to the message in case of private discussion
|
parent partners to the message in case of private discussion
|
||||||
:param list(tuple(str,str)) attachments: list of attachment tuples in the form
|
:param list(tuple(str,str)) attachments: list of attachment tuples in the form
|
||||||
``(name,content)``, where content is NOT base64 encoded
|
``(name,content)``, where content is NOT base64 encoded
|
||||||
|
:param bool body_is_html: indicates whether `body` should be treated as HTML, even if `str`.
|
||||||
:param `\**kwargs`: extra keyword arguments will be used as default column values for the
|
:param `\**kwargs`: extra keyword arguments will be used as default column values for the
|
||||||
new mail.message record
|
new mail.message record
|
||||||
:return: ID of newly created mail.message
|
:return: ID of newly created mail.message
|
||||||
|
Loading…
Reference in New Issue
Block a user