Browse Source

[IMP] mailing list _order

16.0
RemiFr82 3 months ago
parent
commit
0836aacc98
  1. 2
      crock_mass_mailing/models/mailing_list.py

2
crock_mass_mailing/models/mailing_list.py

@ -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"
Loading…
Cancel
Save