We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2106df7 commit 65c4fe6Copy full SHA for 65c4fe6
1 file changed
addons/mail/models/mail_call_artifact.py
@@ -10,6 +10,7 @@ class MailCallArtifact(models.Model):
10
11
_name = "mail.call.artifact"
12
_description = "Call Artifact"
13
+ _order = "start_ms, id"
14
15
# required=False as artifact can also owned by other call models (ensured by constraints)
16
discuss_call_history_id = fields.Many2one(
0 commit comments