Merge pull request #26 from odoo/master-two-quick-fixes-ged

[IMP] runbot: save committer date at creation
This commit is contained in:
odony 2014-07-24 10:23:37 +02:00
commit 09a6e90cbe
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -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>