[FIX] stock_exception: delete overwrite order by module

This commit is contained in:
Saran440
2023-06-21 17:13:16 +07:00
committed by mav-adhoc
parent 886a52f4c5
commit 9cc8490e35

View File

@@ -7,7 +7,6 @@ from odoo import api, models
class StockPicking(models.Model):
_inherit = ["stock.picking", "base.exception"]
_name = "stock.picking"
_order = "main_exception_id asc, priority desc, scheduled_date asc, id desc"
@api.model
def test_all_draft_pickings(self):