trytond-edocument_edifact/view/import_result_form.xml

14 lines
573 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form col="2">
<image name="tryton-warning" xexpand="0" xfill="0"/>
<label string="The import of EDI files has encountered the following errors:"
id="process" yalign="0.5" xalign="0.0" xexpand="1"/>
<newline/>
<label name="error_file"/>
<field name="error_file" filename="error_filename"/>
<field name="message" colspan="2"/>
<field name="error_filename" invisible="1" colspan="2"/>
</form>