trytond-account_invoice_cus.../configuration.xml

13 lines
545 B
XML

<?xml version="1.0"?>
<!-- This file is part account_invoice_customs module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<tryton>
<data depends="sale">
<record model="ir.ui.view" id="sale_configuration_view_form">
<field name="model">sale.configuration</field>
<field name="inherit" ref="sale.sale_configuration_view_form"/>
<field name="name">sale_configuration_form</field>
</record>
</data>
</tryton>