trytonpsk-crm/view/opportunity_validation_form.xml

22 lines
689 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"/>
<notebook colspan="4">
<page string="History" id="history">
<field name="history" colspan="4"/>
</page>
</notebook>
</form>