mirror of
https://github.com/NaN-tic/trytond-account_payment_es_csb_32.git
synced 2023-12-14 06:23:05 +01:00
17 lines
691 B
XML
17 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>
|