[TMP] Check the date start ans date end related to season date

This commit is contained in:
michel 2018-01-29 22:56:08 +01:00 committed by Gitea
parent ddfedce0cf
commit 03e56bd8e3
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class GolemActivity(models.Model):
msg = _(u'End of the period is in range of an '
'existing period.')
raise models.ValidationError(msg)
git
@api.onchange('season_id')
def _onchange_season_dates(self):
""" Sets defaults dates according to season """