trytonpsk-crm/view/survey_line_form.xml

16 lines
498 B
XML
Raw Permalink Normal View History

2020-04-16 15:28:50 +02:00
<?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>