Change 1 of 3
Default target URLs
For event-related campaigns, a default event URL is now suggested.
Official Odoo 20 release note
In plain words
When a card campaign targets event records (registrations, booths, sponsors, tracks), the Post Link can be left empty: it then points to the event page, and the field shows "Event page" as a hint. Other campaigns fall back to the record page or the home page.
Where to find it
- Install Marketing Card with Events.
- Marketing Card > Campaigns > New.
- Set Recipients to an event model (for example Event Registration) and look at Post Link.
For users
No need to paste the event URL: people who click a shared card land on the event page.
For developers
New field target_url_placeholder and overridable _get_record_url; marketing_card_event returns event_id.event_share_url for event models.
Upgrading from Odoo 19
None.
