trytonpsk-crm/view/opportunity_follow_up_form.xml

16 lines
492 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="follow_date"/>
<field name="follow_date"/>
<label name="action"/>
<field name="action"/>
<label name="done_by"/>
<field name="done_by"/>
<label name="state"/>
<field name="state"/>
<separator name="notes" colspan="4"/>
<field name="notes" colspan="4"/>
</form>