Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
third-party
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cooperatic-foodcoops
third-party
Commits
9cde319b
Commit
9cde319b
authored
Mar 24, 2022
by
Félicie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shift print
parent
e0e9dc85
Pipeline
#2009
passed with stage
in 1 minute 29 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
models.py
shifts/models.py
+3
-1
No files found.
shifts/models.py
View file @
9cde319b
...
@@ -56,6 +56,9 @@ class CagetteShift(models.Model):
...
@@ -56,6 +56,9 @@ class CagetteShift(models.Model):
if
partnerData
[
'shift_type'
]
==
'standard'
:
if
partnerData
[
'shift_type'
]
==
'standard'
:
partnerData
[
'in_ftop_team'
]
=
False
partnerData
[
'in_ftop_team'
]
=
False
# Because 'in_ftop_team' doesn't seem to be reset to False in Odoo
# Because 'in_ftop_team' doesn't seem to be reset to False in Odoo
if
partnerData
[
'is_associated_people'
]:
cond
=
[[
'partner_id.id'
,
'='
,
partnerData
[
'parent_id'
][
0
]]]
else
:
cond
=
[[
'partner_id.id'
,
'='
,
id
]]
cond
=
[[
'partner_id.id'
,
'='
,
id
]]
fields
=
[
'shift_template_id'
,
'is_current'
]
fields
=
[
'shift_template_id'
,
'is_current'
]
shiftTemplate
=
self
.
o_api
.
search_read
(
'shift.template.registration'
,
cond
,
fields
)
shiftTemplate
=
self
.
o_api
.
search_read
(
'shift.template.registration'
,
cond
,
fields
)
...
@@ -88,7 +91,6 @@ class CagetteShift(models.Model):
...
@@ -88,7 +91,6 @@ class CagetteShift(models.Model):
partnerData
[
'is_leave'
]
=
True
partnerData
[
'is_leave'
]
=
True
partnerData
[
"leave_start_date"
]
=
res_leaves
[
0
][
"start_date"
]
partnerData
[
"leave_start_date"
]
=
res_leaves
[
0
][
"start_date"
]
partnerData
[
"leave_stop_date"
]
=
res_leaves
[
0
][
"stop_date"
]
partnerData
[
"leave_stop_date"
]
=
res_leaves
[
0
][
"stop_date"
]
return
partnerData
return
partnerData
def
get_shift_partner
(
self
,
id
):
def
get_shift_partner
(
self
,
id
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment