Merge lp:~jfb-tempo-consulting/unifield-wm/sync_us_19 into lp:unifield-wm/sync

Proposed by jftempo
Status: Merged
Merged at revision: 527
Proposed branch: lp:~jfb-tempo-consulting/unifield-wm/sync_us_19
Merge into: lp:unifield-wm/sync
Diff against target: 23 lines (+2/-3)
1 file modified
sync_client/data/cron.xml (+2/-3)
To merge this branch: bzr merge lp:~jfb-tempo-consulting/unifield-wm/sync_us_19
Reviewer Review Type Date Requested Status
UniField Sync Reviewer Pending
Review via email: mp+247555@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sync_client/data/cron.xml'
2--- sync_client/data/cron.xml 2014-09-08 08:48:22 +0000
3+++ sync_client/data/cron.xml 2015-01-26 08:19:47 +0000
4@@ -1,6 +1,6 @@
5 <?xml version="1.0" encoding="UTF-8"?>
6 <openerp>
7- <data>
8+ <data noupdate="1">
9
10 <record id="ir_cron_automaticsynchronization0" model="ir.cron">
11 <field name="function">sync_threaded</field>
12@@ -23,10 +23,9 @@
13 <field eval="-1" name="numbercall"/>
14 <field eval="5" name="priority"/>
15 <field eval="0" name="doall"/>
16- <field eval="0" name="active"/>
17+ <field eval="1" name="active"/>
18 <field eval="1" name="interval_number"/>
19 <field name="model">backup.config</field>
20- <field name="active">1</field>
21 </record>
22
23 </data>

Subscribers

People subscribed via source and target branches

to all changes: