Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rafalim_route_calendar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rafaela Alimentos
rafalim_route_calendar
Commits
8bed2bf3
Commit
8bed2bf3
authored
7 years ago
by
Eric Horvat
Browse files
Options
Downloads
Plain Diff
Merge branch '8.0-ehorvat' into '8.0-stage'
8.0 ehorvat update See merge request
!15
parents
ad03f090
94d30e32
No related branches found
Branches containing commit
No related tags found
1 merge request
!15
8.0 ehorvat update
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
models/route_period_point.py
+2
-1
2 additions, 1 deletion
models/route_period_point.py
with
2 additions
and
1 deletion
models/route_period_point.py
+
2
−
1
View file @
8bed2bf3
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Eric Horvat
@ehorvat
mentioned in issue
#1 (closed)
·
7 years ago
mentioned in issue
#1 (closed)
mentioned in issue #1
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment