@ -3,4 +3,4 @@ from odoo import models, api
class MailingList(models.Model):
_inherit = "mailing.list"
_order = "name, create_date DESC"
_order = "is_public, name, create_date DESC"