Merge PR #1770 into 14.0

Signed-off-by dreispt
This commit is contained in:
OCA-git-bot
2023-06-27 07:57:06 +00:00

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):