read some fields
This commit is contained in:
parent
a5cbb23cdc
commit
0024f76192
14 changed files with 520 additions and 1 deletions
12
view/document_incoming_form.xml
Normal file
12
view/document_incoming_form.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?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. -->
|
||||
<data>
|
||||
|
||||
<xpath expr="/form/field[@name='type']" position="after">
|
||||
<label name="xsd_type"/>
|
||||
<field name="xsd_type"/>
|
||||
</xpath>
|
||||
|
||||
</data>
|
Loading…
Add table
Add a link
Reference in a new issue