trytond-electronic_mail_act.../view/activity_activity_form.xml

20 lines
806 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/label[@name='state']" position="replace" />
<xpath expr="/form/field[@name='state']" position="replace">
<group id="state" colspan="4" col="6">
<label name="state" />
<field name="state" />
<label name="mail" />
<field name="mail" />
<group colspan="2" col="2" id="buttons">
<button name="new" string="Send Mail" icon="tryton-mail-message-new"/>
<button name="reply" string="Reply Mail" icon="tryton-go-next"/>
<field name="have_mail" invisible="1"/>
</group>
</group>
</xpath>
</data>