Created
August 16, 2012 13:41
-
-
Save bcho/3370164 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<openerp> | |
<data> | |
<record model="ir.ui.view" id="view_email_server_form_inherit"> | |
<field name="name">email.server.form.inherit</field> | |
<field name="model">email.server</field> | |
<field name="type">form</field> | |
<field ref="fetchmail.view_email_server_form" name="inherit_id" /> | |
<field name="arch" type="xml"> | |
<form string="POP/IMAP Server"> | |
<button states="done" position="replace" name="button_fetch_mail" type="object" string="Fetch Emails lol"/> | |
</form> | |
</field> | |
</record> | |
</data> | |
</openerp> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment