add configuration
This commit is contained in:
parent
313c811ac3
commit
8a48fb7236
5 changed files with 70 additions and 0 deletions
12
view/document_incoming_configuration_form.xml
Normal file
12
view/document_incoming_configuration_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='default_supplier']" position="after">
|
||||
<label name="create_supplier"/>
|
||||
<field name="create_supplier"/>
|
||||
<label name="accept_other_company"/>
|
||||
<field name="accept_other_company"/>
|
||||
</xpath>
|
||||
</data>
|
Loading…
Add table
Add a link
Reference in a new issue