Skip to content

Commit

Permalink
Merge PR #3503 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by rousseldenis
  • Loading branch information
OCA-git-bot committed Jan 6, 2025
2 parents c3c1217 + c77d771 commit 31c17a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sale_exception/models/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
class SaleOrder(models.Model):
_inherit = ["sale.order", "base.exception"]
_name = "sale.order"
_order = "main_exception_id asc, date_order desc, name desc"

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

0 comments on commit 31c17a7

Please sign in to comment.