Skip to content
Snippets Groups Projects
Commit 550ad53e authored by Florian Damhaut's avatar Florian Damhaut
Browse files

[FIX] microsoft_calendar: fetch full description


Step to reproduce:
- Create a event in outlook with a long description
- Load the event in Odoo

Current Behaviour:
- Odoo use the body preview to get the event description
If the body is longer then, the description in Odoo is incomplete.

Behaviour after PR:
- Change fetch option to get description as text
- Use body['content']  as description which is the full body.

opw-2746358

closes odoo/odoo#84054

Signed-off-by: default avatarArnaud Joset <arj@odoo.com>
parent b3c46e80
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment