Merge PR #1280 into 16.0

Signed-off-by AaronHForgeFlow
pull/1287/head
OCA-git-bot 2025-02-05 14:47:19 +00:00
commit a836dd9928
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ class ReportStatementCommon(models.AbstractModel):
aging_type = data["aging_type"]
is_activity = data.get("is_activity")
is_detailed = data.get("is_detailed")
today = fields.Date.today()
today = fields.Date.context_today(self)
amount_field = data.get("amount_field", "amount")
# There should be relatively few of these, so to speed performance