2025-01-07 14:32:19 +00:00
|
|
|
<?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">
|
2025-01-07 15:08:44 +00:00
|
|
|
<label name="number_target"/>
|
|
|
|
<field name="number_target"/>
|
|
|
|
|
2025-01-07 14:32:19 +00:00
|
|
|
<label name="create_supplier"/>
|
|
|
|
<field name="create_supplier"/>
|
|
|
|
<label name="accept_other_company"/>
|
|
|
|
<field name="accept_other_company"/>
|
2025-01-07 15:08:44 +00:00
|
|
|
|
2025-01-07 14:32:19 +00:00
|
|
|
</xpath>
|
|
|
|
</data>
|