Skip to content

Commit

Permalink
Merge PR #194 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by Saran440
  • Loading branch information
OCA-git-bot committed Sep 19, 2023
2 parents 9192f3a + 122f5dc commit c6b704d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hr_expense_petty_cash/models/hr_expense_sheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class HrExpenseSheet(models.Model):
comodel_name="petty.cash",
ondelete="restrict",
compute="_compute_petty_cash",
store=True,
)

@api.depends("expense_line_ids", "payment_mode")
Expand Down

0 comments on commit c6b704d

Please sign in to comment.