trytonpsk-crm/view/validation_line_form.xml

17 lines
545 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="party" colspan="1"/>
<field name="party" colspan="3"/>
<!-- <label name="date_validation"/>
<field name="date_validation"/> -->
<label name="line_ask"/>
<field name="line_ask" />
<label name="response"/>
<field name="response"/>
<separator name="comment" colspan="4"/>
<field name="comment" colspan="4"/>
</form>