Skip to content
Snippets Groups Projects
Commit 3c61cace authored by szeka.wong's avatar szeka.wong
Browse files

Replace model attribute in ir.cron view with model_id.

parent 9479ed38
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
<field name="function">send_board_alerts</field>
<field name="interval_number">1</field>
<field name="interval_type">days</field>
<field name="model">res.users</field>
<field name="model_id" ref="model_res_users"/>
<field name="name">Board alerts - Daily emails</field>
<field name="nextcall"
eval="time.strftime('%Y-%m-%d 07:00:00', time.localtime(time.time() + 24 * 3600))" />
......
// TODO migration: Implementation in odoo 11 js changed. FIX IT
/* Alert board. */
/* Taken from the default "My board" dashboard.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment