document_incoming_invoice_xml/document.xml

14 lines
564 B
XML
Raw Permalink Normal View History

2025-01-06 16:52:48 +00:00
<?xml version="1.0"?>
<!-- This file is part of the document-incoming-invoice-xml-module
from m-ds for Tryton. 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="document_incoming_view_form">
<field name="model">document.incoming</field>
<field name="inherit" ref="document_incoming.document_incoming_view_form"/>
<field name="name">document_incoming_form</field>
</record>
</data>
</tryton>