mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] stock_exception: delete overwrite order by module
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user