Skip to content

Commit

Permalink
Merge PR #1748 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Oct 17, 2023
2 parents 44c2f64 + e4e6b2e commit 5baef6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_asset_management/wizard/wiz_asset_move_reverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def reverse_move(self):
)
.create(
{
"date": fields.Date.today(),
"date": self.date_reversal,
"reason": self.reason,
"refund_method": "refund",
"journal_id": self.journal_id.id,
Expand Down

0 comments on commit 5baef6f

Please sign in to comment.