[IMP] developer: document new parameter

closes odoo/documentation#5271

X-original-commit: bf5c888446
Related: odoo/odoo#130863
Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
This commit is contained in:
Martin Trigaux 2023-07-31 12:17:57 +00:00
parent 68751c4c02
commit 1d2f410c82

View File

@ -88,6 +88,7 @@ to manage followers on your record:
parent partners to the message in case of private discussion
:param list(tuple(str,str)) attachments: list of attachment tuples in the form
``(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
new mail.message record
:return: ID of newly created mail.message