mirror of
https://github.com/NaN-tic/trytond-electronic_mail_activity.git
synced 2023-12-14 04:02:57 +01:00
a34ff06312
(grafted from 3bc996426a45a3c689e111a3460f1940628d966b)
15 lines
594 B
XML
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>
|