From d30b518dbc6f83e3849a27451b7f860a1c5d38ff Mon Sep 17 00:00:00 2001 From: Polyudov Date: Tue, 8 Aug 2023 11:52:58 +0500 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D0=B1=D1=8A=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=B0=20=D0=B2=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B5=D0=BA=D1=81?= =?UTF-8?q?=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/ir_actions_report.py | 1 + 1 file changed, 1 insertion(+) diff --git a/models/ir_actions_report.py b/models/ir_actions_report.py index ee7331c..0e9d591 100644 --- a/models/ir_actions_report.py +++ b/models/ir_actions_report.py @@ -393,6 +393,7 @@ class IrActionsReport(models.Model): != request.env["ir.http"]._get_default_lang().code, ) values.update( + record=values["docs"], time=time, context_timestamp=lambda t: fields.Datetime.context_timestamp( self.with_context(tz=user.tz), t