trytonpsk-crm/view/survey_line_form.xml

16 lines
498 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form>
<label name="line_ask"/>
<field name="line_ask"/>
<label name="group"/>
<field name="group"/>
<label name="response"/>
<field name="response"/>
<label name="sequence"/>
<field name="sequence"/>
<separator name="comments" colspan="4"/>
<field name="comments" colspan="4"/>
</form>