trytond-electronic_mail_act.../view/activity_activity_tree.xml

11 lines
389 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="/tree/field[@name='state']" position="after">
<button name="new" string="Send Mail"/>
<button name="reply" string="Reply Mail"/>
<field name="have_mail" tree_invisible="1"/>
</xpath>
</data>