trytond-account_payment_pro.../payment.xml

22 lines
833 B
XML

<?xml version="1.0"?>
<!-- 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="inherit"
ref="account_payment.payment_journal_view_form"/>
<field name="name">payment_journal_form</field>
</record>
<!-- account.payment -->
<record model="ir.ui.view" id="payment_view_form">
<field name="model">account.payment</field>
<field name="inherit" ref="account_payment.payment_view_form"/>
<field name="name">payment_form</field>
</record>
</data>
</tryton>