mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[IMP] runbot_merge: latest patches first
This commit is contained in:
parent
a2b27abef1
commit
ccfff33d56
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user