Monday, August 24, 2020
1 change · master
New functionality added to Odoo
Odoo eLearning now lets businesses identify contacts who have completed courses and email them specifically. Course managers can also configure an automatic completion email, making it easier to congratulate learners or send follow-up information at the right time.
Original PR description
PURPOSE Before this commit, it was possible to send an email to all attendees only. After this commit, it will be possible to send an email to attendees that completed the course. SPECIFICATION Adds a searchable o2m field in the res.partner model to find all the completed courses linked to that partner. Adds a new 'Completion Email' template field in the slide.channel model that will be sent automatically after an attendee completes a course. LINKS Task ID-2216352 PR #49592 Upgrade PR #1084