[IMP] runbot_merge: latest patches first

This commit is contained in:
Martin Trigaux (mat) 2025-02-24 08:01:48 +01:00 committed by xmo-odoo
parent a2b27abef1
commit ccfff33d56

View File

@ -128,6 +128,7 @@ class PatchFailure(Exception):
class PatchFile(models.TransientModel):
_name = "runbot_merge.patch.file"
_description = "metadata for single file to patch"
_order = "create_date desc"
name = fields.Char()