Skip to content

Commit

Permalink
[FIX] mail: the 'type' field is deprecated in the 'ir.ui.view' model
Browse files Browse the repository at this point in the history
  • Loading branch information
hmo-odoo committed Oct 10, 2012
1 parent e857c86 commit f3d88db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/mail/mail_followers_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<record model="ir.ui.view" id="view_mail_subscription_form">
<field name="name">mail.followers.form</field>
<field name="model">mail.followers</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Followers Form" version="7.0">
<sheet>
Expand Down

0 comments on commit f3d88db

Please sign in to comment.