Skip to content

Commit

Permalink
Merge PR #306 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by carmenbianca
  • Loading branch information
github-grap-bot committed Sep 7, 2023
2 parents e110213 + 2020abd commit 4637515
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account_customer_wallet/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Partner(models.Model):
readonly=True,
recursive=True,
search="_search_customer_wallet_balance",
default=0,
)
account_move_line_ids = fields.One2many(
comodel_name="account.move.line",
Expand Down

0 comments on commit 4637515

Please sign in to comment.