| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Calendar (calendar)
• Discuss (mail) |
| Lines of code | 302 |
| Technical Name |
legion_team_meeting_integeration |
| License | AGPL-3 |
| Website | https://www.bytelegions.com |
| Versions | 12.0 13.0 14.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Calendar (calendar)
• Discuss (mail) |
| Lines of code | 302 |
| Technical Name |
legion_team_meeting_integeration |
| License | AGPL-3 |
| Website | https://www.bytelegions.com |
| Versions | 12.0 13.0 14.0 |
Microsoft 365 Team Meeting Integration
This app create Meetings in Odoo calendar with Microsoft Team. When the user clicks the phone icon, the user will redirect to join a meeting page and then join. Everything happens through Odoo. It is completely secure.
How to Setup
- Firstly Create a Microsoft Office Work or Student account if you don't have one.
- Create a new web application in Microsoft Azure.
- And Get the application id and client secret details from Azure application.
- Configure these Details inside Odoo Go to Company-->Microsoft Team and save application ID and Client Secret ID .
- Verify User Authentication.
- Create a meeting in the Odoo Calendar.
- Generate the Team Meeting by selecting Subject.By Adding Attendees, Starting Date,End date and Description.
- Save Meeting.
- Odoo users can receive the Meet invitation link by email for any (attendees)contacts in their Odoo database through email.
- Odoo users can receive the Meet invitation link by email for any (attendees)contacts at their email address directly from your microsoft account using API.
- When User clicks the 'phone' icon and user will redirect to join a meeting page.
Please log in to comment on this module
There are no ratings yet!
hola presento un error para Odoo 12,
línea 105, en send_mail_notification_mail
"content": "<div> <a> Está invitado a la reunión </a>" "<p>" + self.name + "</p>" "</div> <dev> <ul> <li > URL de la reunión: <a target=""_blank"" href="+self.team_url+"> Únase a una reunión de equipo </a> </li> <li> Fecha de la reunión: <a> " + campos .Datetime.context_timestamp (self, self.start_datetime) .isoformat ('') + "</a> </li> <li> Descripción de la reunión: <a>" + self.description + "</ a > </li> </ul> </div> "}, TypeError: solo puede concatenar str (no" bool ") a str