Skip to content

Commit 465c906

Browse files
committed
[FIX] hr_shift: typo self
1 parent 31594b1 commit 465c906

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hr_shift/models/shift_planning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def _generate_shift_lines(self):
278278
)
279279
shift.line_ids.create(shift_lines)
280280

281-
def create(Self, vals_list):
281+
def create(self, vals_list):
282282
res = super().create(vals_list)
283283
res._generate_shift_lines()
284284
return res

0 commit comments

Comments
 (0)