trytonpsk-crm/view/opportunity_follow_up_form.xml

16 lines
492 B
XML
Raw Normal View History

2023-05-19 05:51:13 +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="follow_date"/>
<field name="follow_date"/>
<label name="action"/>
<field name="action"/>
<label name="done_by"/>
<field name="done_by"/>
2023-07-11 00:12:03 +02:00
<label name="state"/>
<field name="state"/>
2023-05-19 05:51:13 +02:00
<separator name="notes" colspan="4"/>
<field name="notes" colspan="4"/>
</form>