Hi,

I have some problems with OpenERP scheduler. 

I created a function that I want OpenERP to call every day. Here's my 
project_extended_data.xml:


<?xml version="1.0"?>
<terp>
<data noupdate="1">
&nbsp; &nbsp;<record model="ir.cron" id="ir_cron_scheduler_action" 
forcecreate="True">
&nbsp; &nbsp;&nbsp; &nbsp;<field name="name">Send Ressources Report</field>
&nbsp; &nbsp;&nbsp; &nbsp;<field name="active" eval="True"/>
&nbsp; &nbsp;&nbsp; &nbsp;<field name="user_id" ref="base.user_admin"/>
&nbsp; &nbsp;&nbsp; &nbsp;<field name="interval_number">1</field>
&nbsp; &nbsp;&nbsp; &nbsp;<field name="interval_type">days</field>
&nbsp; &nbsp;&nbsp; &nbsp;<field name="numbercall">-1</field>
&nbsp; &nbsp;&nbsp; &nbsp;<field name="doall" eval="False"/>
&nbsp; &nbsp;&nbsp; &nbsp;<field name="model" 
eval="'report.project.task.temps_ressources'"/>
&nbsp; &nbsp;&nbsp; &nbsp;<field name="function" 
eval="'sendRessoucesReportByEmail'"/>
&nbsp; &nbsp;&nbsp; &nbsp;<field name="args" eval="'&#40;uid,&#41;'"/>
&nbsp; &nbsp;</record>

</data>
</terp>


I can see the new scheduled action in 
Administration->Custom->Scheduler->Scheduled Actions, but it is never executed. 
In fact, all my Scheduled Actions are never run even if they are active!!

Can anybody help me?

Thanks




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=31623#31623

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to