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

« back to all changes in this revision

Viewing changes to dm_lead/dm_lead_data.xml

  • Committer: Sofia (Open ERP)
  • Date: 2009-04-02 09:01:30 UTC
  • mto: This revision was merged to the branch mainline in revision 3601.
  • Revision ID: sso@tinyerp.com-20090402090130-ozp0n31cb9x2ao5s
dm_lead module

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
 
 
4
        <!-- Transition Trigger -->
 
5
    <data>
 
6
        <record id="dm_offer_step_transition_new_crm_lead" model="dm.offer.step.transition.trigger">
 
7
            <field eval="&quot;&quot;&quot;New CRM Lead&quot;&quot;&quot;" name="name"/>
 
8
            <field eval="&quot;&quot;&quot;crm_lead&quot;&quot;&quot;" name="code"/>
 
9
            <field eval="&quot;&quot;&quot;action&quot;&quot;&quot;" name="type"/>
 
10
        </record>
 
11
    </data>
 
12
</openerp>
 
 
b'\\ No newline at end of file'