social/mail_activity_team/models/__init__.py
david e2ae306f07 [FIX] mail_activity_team: scheduled activity
When an activity is scheduled due to automatic processes the onchanges
won't adapt the proper user team, so we could have a mismatch that
provokes an exceptions due to the designed constaints
2022-01-13 15:38:05 +01:00

5 lines
119 B
Python

from . import mail_activity_team
from . import mail_activity
from . import mail_activity_mixin
from . import res_users