trytond-electronic_mail_act.../view/user_form.xml
Sergi Almacellas Abellana a34ff06312 Migrate to version 3.8
(grafted from 3bc996426a45a3c689e111a3460f1940628d966b)
2015-12-10 22:44:47 +01:00

15 lines
594 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/notebook/page[@id='user']/notebook" position="after" >
<group id="activity_mail_info" string="Activity SMTP info" colspan="4" col="6">
<label name="smtp_server"/>
<field name="smtp_server"/>
<label name="mailbox"/>
<field name="mailbox"/>
<label name="add_signature"/>
<field name="add_signature"/>
</group>
</xpath>
</data>