~openerp-commiter/openobject-addons/trunk-extra-addons

« back to all changes in this revision

Viewing changes to dm_email/dm_email_data.xml

merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
2
<openerp>
3
3
 
 
4
        <!-- Transition Triggers -->
 
5
        
 
6
        <data>
 
7
    <record id="dm_offer_step_transition_mail_unsubscribe" model="dm.offer.step.transition.trigger">
 
8
         <field eval="&quot;&quot;&quot;Unsubscribe&quot;&quot;&quot;" name="name"/>
 
9
         <field eval="&quot;&quot;&quot;unsubscribe&quot;&quot;&quot;" name="code"/>
 
10
         <field eval="&quot;&quot;&quot;False&quot;&quot;&quot;" name="gen_next_wi"/>
 
11
         <field eval="&quot;&quot;&quot;result = True&quot;&quot;&quot;" name="in_act_cond"/>
 
12
    </record>
 
13
        </data>
 
14
 
4
15
        <!-- OFFER STEP ACTION -->
5
16
    <data noupdate="0">
6
17
        <record id="ir_actions_server_html_doc_generate0" model="dm.offer.step.action">