[imp]:improve run scheduler

bzr revid: sunilsharma.sharma07@gmail.com-20140319114613-mkoqzpj5wdgf0oih
This commit is contained in:
Sunil Sharma (OpenERP) 2014-03-19 17:16:13 +05:30
parent 3fa07a4d6a
commit 70b0535d1e
2 changed files with 5 additions and 2 deletions

View File

@ -421,5 +421,8 @@ Thank you in advance</field>
<field name="vote">1</field>
</record>
<!-- Run Scheduler -->
<function model="gamification.challenge" name="_cron_update"/>
</data>
</openerp>

View File

@ -4,5 +4,5 @@
-
!python {model: website.forum.post}: |
self.write(cr, ref('base.user_root'), [ref('website_forum.question_5')],{
'name': 'CMS Replacement For ERP and ECommerce ?',
})
'name': 'CMS Replacement For ERP and ECommerce ?',
})