read some fields
This commit is contained in:
parent
a5cbb23cdc
commit
0024f76192
14 changed files with 520 additions and 1 deletions
13
document.xml
Normal file
13
document.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue