odoo_message_post
Post messages or internal notes on any Odoo record's chatter with Markdown support, choosing between internal notes or public comments for followers.
Instructions
Post a message or internal note on any Odoo record (chatter). Body supports Markdown formatting (headers, bold, italic, tables, code blocks) — automatically converted to HTML. Use message_type='note' for internal notes (employees only) or 'comment' for public messages (visible to followers).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| model | Yes | Model name (e.g. 'sale.order') | |
| res_id | Yes | Record ID to post on | |
| body | Yes | Message body in Markdown format | |
| message_type | No | note = internal (employees only), comment = public (all followers) | note |
| subject | No | Message subject (optional) | |
| partner_ids | No | Partner IDs to notify (optional) | |
| attachment_ids | No | Existing ir.attachment IDs to attach (optional) |