read some fields

This commit is contained in:
Frederik Jaeckel 2025-01-06 17:52:48 +01:00
parent a5cbb23cdc
commit 0024f76192
14 changed files with 520 additions and 1 deletions

13
document.xml Normal file
View file

@ -0,0 +1,13 @@
<?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>