trytonpsk-crm/view/configuration_form.xml
2022-03-29 23:03:16 -05:00

18 lines
650 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="customer_service_sequence"/>
<field name="customer_service_sequence"/>
<label name="company"/>
<field name="company"/>
<label name="survey_sequence"/>
<field name="survey_sequence"/>
<label name="crm_activity_sequence"/>
<field name="crm_activity_sequence"/>
<label name="opportunity_sequence"/>
<field name="opportunity_sequence"/>
<label name="efficay_hour_limit"/>
<field name="efficay_hour_limit"/>
</form>