Enforce type of inheriting view

This commit is contained in:
jmartin 2015-11-17 17:52:32 +01:00
parent 9705e58372
commit 8d707febbb
1 changed files with 1 additions and 1 deletions

View File

@ -7,8 +7,8 @@ copyright notices and license terms. -->
<!-- account.payment.journal -->
<record model="ir.ui.view" id="payment_journal_view_form">
<field name="model">account.payment.journal</field>
<field name="type">form</field>
<field name="priority" eval="41"/>
<field name="type" eval="None"/>
<field name="inherit"
ref="account_payment.payment_journal_view_form"/>
<field name="name">payment_journal_form</field>