trytonpsk-crm/view/activity_tree.xml

15 lines
553 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. -->
<tree>
<field name="opportunity" expand="1"/>
<field name="customer" expand="1"/>
<field name="type_" expand="1"/>
<field name="subject" expand="1"/>
<field name="planned_date" expand="1"/>
<field name="planned_time" expand="1"/>
<field name="effective_date" expand="1"/>
<field name="agent" expand="1"/>
<field name="state" expand="1"/>
</tree>