15 lines
615 B
XML
15 lines
615 B
XML
<?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>
|
|
<data grouped="1">
|
|
<record model="ir.message" id="msg_peppyrus_credential_modified">
|
|
<field name="text">Are you sure you want to modify Peppyrus credentials?</field>
|
|
</record>
|
|
<record model="ir.message" id="msg_peppyrus_webserver_error">
|
|
<field name="text">Peppyrus webservice call failed with the following error message:
|
|
%(message)s</field>
|
|
</record>
|
|
</data>
|
|
</tryton>
|