trytonpsk-crm/view/customer_service_tree.xml

20 lines
677 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="number"/>
<field name="cs_date" widget="date"/>
<field name="cs_date" widget="time" string="Time"/>
<field name="party"/>
<field name="city"/>
<field name="customer"/>
<field name="case"/>
<field name="department"/>
<field name="reference"/>
<field name="effective_date" widget="date"/>
<field name="effective_date" widget="time" string="Time"/>
<field name="efficacy"/>
<field name="state"/>
<field name="satisfaction"/>
</tree>