Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
odoo
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
0
Merge Requests
0
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
odoo
Commits
b16de136
Commit
b16de136
authored
Dec 15, 2023
by
Yvon
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
preprod hotfix : shift counter - makeups balancing : do not impact ftop counter event
parent
816d4274
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
shift_counter_event.py
...addons/lacagette_membership/models/shift_counter_event.py
+1
-1
No files found.
lacagette_addons/lacagette_membership/models/shift_counter_event.py
View file @
b16de136
...
...
@@ -35,7 +35,7 @@ class ShiftCounterEvent(models.Model):
TODO : _update_partner_target_status looks similar to run_process_target_status... is it necessary to call run_process_target_status in update_members_makeups_core ?
"""
try
:
if
vals
[
'point_qty'
]
>
0
:
if
vals
[
'
type'
]
==
'standard'
and
vals
[
'
point_qty'
]
>
0
:
res_partner
=
self
.
env
[
'res.partner'
]
.
search
([(
'id'
,
'='
,
vals
[
'partner_id'
])])
if
res_partner
:
p
=
res_partner
[
0
]
...
...
Yvon Kerdoncuff
@Yvon
mentioned in commit
65120ca1
Jun 09, 2024
mentioned in commit
65120ca1
mentioned in commit 65120ca168727c304c55d7c149564e9a6bf7bf80
Toggle commit list
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