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

« back to all changes in this revision

Viewing changes to webmail/webmail_wizard.xml

bugfix in overlay creation system

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
<data>
 
4
 
 
5
        <wizard
 
6
                string="Get Mail Folder"
 
7
                model="webmail.tiny.user"
 
8
                name="webmail.mail.account"
 
9
                id="wizard_mail_account"/>
 
10
                
 
11
        <wizard
 
12
                string="Mailbox"
 
13
                model="webmail.mailbox"
 
14
                name="webmail.mailbox"
 
15
                id="wizard_mailbox"/>
 
16
                
 
17
</data>
 
18
</openerp>