mirror of
https://github.com/NaN-tic/trytond-account_payment_es_csb_32.git
synced 2023-12-14 06:23:05 +01:00
Enforce type of inheriting view
This commit is contained in:
parent
9705e58372
commit
8d707febbb
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue