mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
Merge pull request #26 from odoo/master-two-quick-fixes-ged
[IMP] runbot: save committer date at creation
This commit is contained in:
commit
09a6e90cbe
@ -277,6 +277,7 @@ class runbot_repo(osv.osv):
|
||||
'name': sha,
|
||||
'author': author,
|
||||
'subject': subject,
|
||||
'date': dateutil.parser.parse(date[:19])
|
||||
}
|
||||
Build.create(cr, uid, build_info)
|
||||
|
||||
|
@ -185,6 +185,7 @@
|
||||
<filter string="Status" domain="[]" context="{'group_by':'state'}"/>
|
||||
<filter string="Result" domain="[]" context="{'group_by':'result'}"/>
|
||||
<filter string="Start" domain="[]" context="{'group_by':'job_start'}"/>
|
||||
<filter string="Create Date" domain="[]" context="{'group_by':'create_date'}"/>
|
||||
</group>
|
||||
</search>
|
||||
</field>
|
||||
|
Loading…
Reference in New Issue
Block a user