trytond-edocument_edifact/view/edocument_template_form.xml

13 lines
414 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="6">
<label name="message_type"/>
<field name="message_type"/>
<label name="party"/>
<field name="party"/>
<label name="encoding"/>
<field name="encoding"/>
<label name="template"/>
<field name="template" colspan="5"/>
</form>