trytond-account_payment_es_.../payment.xml
2015-11-17 17:52:32 +01:00

18 lines
691 B
XML

<?xml version="1.0"?>
<!-- This file is part of account_payment_es_csb_32 module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data>
<!-- account.payment.journal -->
<record model="ir.ui.view" id="payment_journal_view_form">
<field name="model">account.payment.journal</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>
</record>
</data>
</tryton>