trytond-electronic_mail-old-ts/view/trigger_form.xml

10 lines
377 B
XML

<?xml version="1.0"?>
<!-- This file is part electronic_mail module for 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='action']" position="after">
<label name="email_template"/>
<field name="email_template" readonly="1"/>
</xpath>
</data>