trytonpsk-crm_fiduprevisora/view/configuration_form.xml

16 lines
552 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. -->
<data>
<xpath expr="/form/field[@name='crm_activity_sequence']" position="after">
<label name="region_defect"/>
<field name="region_defect"/>
<label name="response_mail_template"/>
<field name="response_mail_template"/>
<label name="notification_mail_template"/>
<field name="notification_mail_template"/>
</xpath>
</data>