Change 1 of 7
Add mentions in social media posts
Insert mentions in social media posts to notify accounts or tag people.
Official Odoo 20 release note
In plain words
The post editor has a new Mention button (the @ icon). Type @ followed by a name and Odoo searches the social network for matching pages or people, so the tag becomes a real mention that notifies the account. Mentions are supported for X, Facebook, Instagram and LinkedIn; switch the post to per-network editing to add them.
Where to find it
- Social Marketing > Posts, open or create a post with a LinkedIn page selected.
- Click Show all options to edit each network separately, open the LinkedIn tab.
- Click the @ button in the message field and type a name: the suggestion list searches LinkedIn.
For users
Tag pages and people directly from the Odoo post editor instead of editing the post on each network afterwards.
For developers
New field social_post_mentions (JSON) on social.post.template and a search_mention_suggestions() hook on social.account that each network module overrides.
Upgrading from Odoo 19
No data migration; the mention search needs working account tokens.
- The demo database has no connected social accounts; the demo accounts were created without tokens, so the suggestion list stays on Searching.
