forked from Yaltik/golem
[TMP] Check the date start ans date end related to season date
This commit is contained in:
parent
03e56bd8e3
commit
163e4d2d1c
@ -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 """
|
||||
|
Loading…
Reference in New Issue
Block a user