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

23 lines
852 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/group[@id='buttons']/button[@name='activity_split']" position="after">
<button name="guess"/>
</xpath>
<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"/>
<button name="reply"/>
<field name="have_mail" invisible="1"/>
</group>
</group>
</xpath>
</data>