14 lines
564 B
XML
14 lines
564 B
XML
![]() |
<?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>
|