trytond-sale_payment_type_cost/payment_type.xml

15 lines
538 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.type -->
<record model="ir.ui.view" id="account_payment_type_view_form">
<field name="model">account.payment.type</field>
<field name="name">payment_type_form</field>
<field name="inherit"
ref="account_payment_type.account_payment_type_view_form"/>
</record>
</data>
</tryton>