odoo/odoo#230578
Created by SM Customer, Noé Antoine (nan)
Merged
at 542c79f74305210ad3632555401529192a8cff38
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:19.0-calendar-fix_use_notes_for_feedback-nan
- head
- c502221f8fc84a9b122f21705c3015c2486e7f7d
- merged
- 3 days ago by SM Customer, Jérémy Hennecart (jeh)
odoo/odoo | |
---|---|
19.0 | #230578 |
master | #232373 |
[FIX] calendar: add activity feedback to notes field, not description
When using a meeting as activity, one can add feedback when marking the activity done. This feedback is currently added to the calendar.event description, which can in turn be synchronized with external calendars and trigger calendar event update notifications.
As we added an internal 'notes' fields in [1] on the calendar.event model, add the feedback to that field instead.