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

« back to all changes in this revision

Viewing changes to smtpclient/smtpclient_wizard.xml

  • Committer: qdp
  • Date: 2007-12-19 09:07:27 UTC
  • Revision ID: qdp-1a523a1413a15f6e7632a0d64bab451805320f69
configuration of the partner portal

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<terp>
3
 
        <data>
4
 
                        <wizard
5
 
                                string="Send Verification Code"
6
 
                                model="email.smtpclient"
7
 
                                name="email.sendcode"
8
 
                                id="wizard_email_sendcode"/>
9
 
                                
10
 
                        <wizard
11
 
                                string="Verify Server"
12
 
                                model="email.smtpclient"
13
 
                                name="email.verifycode"
14
 
                                id="wizard_email_verifycode"/>
15
 
                        
16
 
                        <wizard
17
 
                                string="Send Test Email"
18
 
                                model="email.smtpclient"
19
 
                                name="email.testemail"
20
 
                                id="wizard_email_testemail"/>
21
 
        </data>
22
 
</terp>