xxxx
parent
08bb9f9c98
commit
60f50f458a
|
@ -44,6 +44,7 @@ class Staff(Model):
|
|||
for obj in self.browse(ids):
|
||||
wage=0
|
||||
max_cycle=0
|
||||
ot_per_cycle=0
|
||||
for rotate in obj.rotations:
|
||||
wage=rotate.wage
|
||||
max_cycle=rotate.max_cycle
|
||||
|
|
Loading…
Reference in New Issue