~unifield-team/unifield-wm/sync-us-208

« back to all changes in this revision

Viewing changes to sync_server/data/alert_email.xml

  • Committer: jf
  • Date: 2015-02-09 13:09:53 UTC
  • mfrom: (526.5.9 sync_sp-178)
  • Revision ID: jfb@tempo-consulting.fr-20150209130953-pdnpxcn9r82tfqu4
SP-178 [IMP] Email configuration and sending alert when sync having not run record
SP-179 [IMP] Report the sync status of instances and updates

lp:~jfb-tempo-consulting/unifield-wm/sync_sp-178

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<openerp>
 
3
    <data noupdate="1">
 
4
 
 
5
        <record forcecreate="True" id="sync_server_monitor_email" model="sync.server.monitor.email">
 
6
            <field name="title">Email Alert on not sync</field>
 
7
            <field name="nb_days">10</field>
 
8
        </record>
 
9
 
 
10
    </data>
 
11
</openerp>
 
12