Monday, June 8, 2020
1 change · master
New functionality added to Odoo
Website course visitors can now contact the person responsible for a private course directly to request access. This makes enrollment requests clearer and routes follow-up tasks to the right person, while also improving the enrolled button’s unsubscribe cue.
Original PR description
PURPOSE Before this merge, a user could not contact a course responsible to ask him to join. With this merge he is be able to do it. SPECIFICATIONS: ACTIVITY Add activity_search method in…
PURPOSE Before this merge, a user could not contact a course responsible to ask him to join. With this merge he is be able to do it. SPECIFICATIONS: ACTIVITY Add activity_search method in mail.activity.mixin to ease searching on automated activities (code refactoring mainly). Add possibility to choose a source / request partner on an activity. It allows to know if an activity is linked to a customer or a requesting partner. Com SPECIFICATIONS: SLIDES Change the message 'Contact website administrator' to 'Contact Responsible'. Add the name of the course responsible in the course description panel. When clicking on its name it opens a modal to request access to the course. It creates an activity linked to the customer and assigned to the responsible. When hovering the 'You're enrolled' button the fa-check icon changes to a fa-times icon to show that you can unsubscribe when clicking. LINKS Task ID : 2127364 Community PR odoo/odoo#40708 Upgrade PR odoo/upgrade#1101