Browse Source

[IMP] remove deprecated type field for views

pull/2/head
Holger Brunn 11 years ago
parent
commit
7d157a66c0
  1. 1
      fetchmail_attach_from_folder/view/fetchmail_server.xml
  2. 1
      fetchmail_attach_from_folder/wizard/attach_mail_manually.xml

1
fetchmail_attach_from_folder/view/fetchmail_server.xml

@ -4,7 +4,6 @@
<record model="ir.ui.view" id="view_email_server_form">
<field name="name">fetchmail.server.form</field>
<field name="model">fetchmail.server</field>
<field name="type">form</field>
<field name="inherit_id" ref="fetchmail.view_email_server_form" />
<field name="arch" type="xml">
<data>

1
fetchmail_attach_from_folder/wizard/attach_mail_manually.xml

@ -4,7 +4,6 @@
<record model="ir.ui.view" id="view_attach_mail_manually">
<field name="name">fetchmail.attach.mail.manually</field>
<field name="model">fetchmail.attach.mail.manually</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form col="4" version="7.0" string="Attach mail manually">
<group>

Loading…
Cancel
Save