Skip to content

Commit 65c4fe6

Browse files
committed
[FIX] fixup: order by start_ms as well
1 parent 2106df7 commit 65c4fe6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

addons/mail/models/mail_call_artifact.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class MailCallArtifact(models.Model):
1010

1111
_name = "mail.call.artifact"
1212
_description = "Call Artifact"
13+
_order = "start_ms, id"
1314

1415
# required=False as artifact can also owned by other call models (ensured by constraints)
1516
discuss_call_history_id = fields.Many2one(

0 commit comments

Comments
 (0)