Skip to content

Commit

Permalink
[FIX] Runbot error, try new cron code
Browse files Browse the repository at this point in the history
  • Loading branch information
gdgellatly committed Dec 6, 2017
1 parent cc8e61d commit d2ab7b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions base_report_to_printer/data/printing_data.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
<field name="numbercall">-1</field>
<field eval="False" name="doall"/>
<field name="model_id" ref="base_report_to_printer.model_printing_server"/>
<field eval="'action_update_jobs'" name="function"/>
<field eval="'()'" name="args"/>
<field name="state">code</field>
<field name="code">
model.action_update_jobs()
</field>
</record>

</odoo>

0 comments on commit d2ab7b9

Please sign in to comment.