Skip to content

Commit

Permalink
Merge PR OCA#1983 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by rafaelbn
  • Loading branch information
OCA-git-bot committed Feb 24, 2025
2 parents 7a63e54 + 40a1114 commit ad7e02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partner_contact_department/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ResPartner(models.Model):

class ResPartnerDepartment(models.Model):
_name = "res.partner.department"
_order = "parent_path"
_order = "parent_path, name"
_parent_order = "name"
_parent_store = True
_description = "Department"
Expand Down

0 comments on commit ad7e02c

Please sign in to comment.