Skip to content

Commit

Permalink
[IMP]default sort on BR list (OCA#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
serpentcs-dev1 authored and Ruter Lv committed Mar 15, 2019
1 parent 085b1d9 commit 035162a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion business_requirement/models/business.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class BusinessRequirement(models.Model):
_inherit = ['mail.thread', 'ir.needaction_mixin']
_name = "business.requirement"
_description = "Business Requirement"
_order = 'id desc'
_order = 'id desc, name desc'

@api.model
def _get_default_company(self):
Expand Down

0 comments on commit 035162a

Please sign in to comment.