Skip to content
Snippets Groups Projects
Commit 8bed2bf3 authored by Eric Horvat's avatar Eric Horvat
Browse files

Merge branch '8.0-ehorvat' into '8.0-stage'

8.0 ehorvat update

See merge request !15
parents ad03f090 94d30e32
No related branches found
No related tags found
1 merge request!158.0 ehorvat update
......@@ -122,7 +122,8 @@ class RoutePeriodPoint(models.Model):
if len(repositor_id.supervisor_id) > 0:
period_id = self.env['route.period']._check_period(calendar_week_id,repositor_id)
#period_id = self.env['route.period'].search(['&', ('calendar_week_id','=',calendar_week_id.id),('repositor_id','=',repositor_id.id)])
point.period_id = period_id
#point.period_id = period_id
point.update({"period_id": period_id.id})
#self.repositor_id = period_id.repositor_id
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment