In standard Odoo, when a user duplicates an event record, only the core event details (name, date, description, etc.) are copied. However, event tracks—which represent sessions, speakers, and agenda items linked to the event—are not duplicated. This creates unnecessary rework for users who must manually recreate the same track structure for each duplicated event.
This feature introduces functionality that automatically duplicates all related tracks when duplicating an event. The duplicated tracks will:
- Be linked to the new event record.
- Retain the same title, description, duration, and speaker details.
- Be set to a draft state by default (to allow manual review before publishing).
This enhancement ensures that event duplication becomes a true one-click cloning process, reducing repetitive setup work and maintaining consistency across recurring or template-based events.
Copy Tracks on Event Duplication