trytond-account_invoice_fac.../payment_type.xml

19 lines
777 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>
<record model="ir.ui.view" id="payment_type_view_form">
<field name="model">account.payment.type</field>
<field name="inherit" ref="account_payment_type.account_payment_type_view_form"/>
<field name="name">payment_type_form</field>
</record>
<record model="ir.ui.view" id="payment_type_view_list">
<field name="model">account.payment.type</field>
<field name="inherit" ref="account_payment_type.account_payment_type_view_tree"/>
<field name="name">payment_type_list</field>
</record>
</data>
</tryton>