trytond-electronic_mail_act.../message.xml

20 lines
966 B
XML
Raw Normal View History

2019-04-14 08:31:18 +02:00
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
2019-09-04 12:13:32 +02:00
<data grouped="1">
2019-04-14 08:31:18 +02:00
<record model="ir.message" id="mail_received">
2019-10-02 15:16:26 +02:00
<field name="text">The activity (id: "%(activity)s") is a mail received so you ca not send.</field>
2019-04-14 08:31:18 +02:00
</record>
<record model="ir.message" id="no_smtp_server">
2019-10-02 15:16:26 +02:00
<field name="text">The user "%(user)s", do not have the SMTP server deffined. Without it, it is no possible to send mails.</field>
2019-04-14 08:31:18 +02:00
</record>
<record model="ir.message" id="no_mailbox">
2019-10-02 15:16:26 +02:00
<field name="text">The user "%(user)s", do not have the mailbox server deffined. Without it, it is no possible to send mails.</field>
2019-04-14 08:31:18 +02:00
</record>
<record model="ir.message" id="no_valid_mail">
<field name="text">The "%(mail)s" of the party "%(party)s" it is not correct.</field>
</record>
</data>
</tryton>