fix runbot warning

remove deprecated view_type field on view declaration
pull/210/head
Alexandre Fayolle 2015-07-17 14:58:56 +02:00
parent f208e2d948
commit 82e8ec660a
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
<data>
<record model="ir.ui.view" id="view_groups_form">
<field name="inherit_id" ref="base.view_groups_form" />
<field name="view_type">form</field>
<field name="model">res.groups</field>
<field name="arch" type="xml">
<data>