Skip to Content
Menu
This question has been flagged
2 Replies
1288 Views

Hello everyone,

After migrating our Odoo instance from version 14 to version 17, we've encountered an issue with the activity filters. The filters for overdue activities, today's activities, and future activities have stopped working for existing activities that were migrated from Odoo 14. However, these filters seem to work perfectly fine for any new activities created after the migration.

Could this be related to changes in the data structure or filter logic in Odoo 17? I've checked the dates in the activity records, and they appear correct, but the filters still do not apply as expected to the older activities.

Has anyone else experienced this issue or have any suggestions on how to resolve it?

Thank you in advance for your help!

Avatar
Discard
Author Best Answer

Thank you, Ray, for the insightful response. Since our migration was handled through Odoo's official service, we'll be submitting a ticket to get their assistance with this issue. If necessary, we might proceed to make the adjustments ourselves.

Thanks again for your help!

Avatar
Discard
Best Answer

In Odoo 14, the domain for "Late Activities" was


In Odoo 17, the domain for "Late Activities" is

You can learn more at https://github.com/odoo/odoo/blob/17.0/addons/mail/models/mail_activity_mixin.py#L202


Perhaps you need to update the dates on all of your Activities to trigger the calculation of the new field?


Note - if you migrated via the Odoo Enterprise upgrade service, you can log a ticket with Odoo Support to have this resolved - visit odoo.com/help 

Avatar
Discard
Related Posts Replies Views Activity
3
Mar 25
2126
1
Jan 25
2560
5
Jun 25
15148
0
Nov 24
1075
1
May 24
2477