Files
2026-03-14 09:42:12 +00:00

24 lines
1.2 KiB
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_dpd_credential_modified">
<field name="text">Are you sure you want to modify DPD credentials?</field>
</record>
<record model="ir.message" id="msg_dpd_webservice_error">
<field name="text">DPD webservice call failed with the following error message:
%(message)s</field>
</record>
<record model="ir.message" id="msg_dpd_login_error">
<field name="text">DPD login failed with credential "%(credential)s".</field>
</record>
<record model="ir.message" id="msg_warehouse_address_required">
<field name="text">To validate shipment "%(shipment)s" you must set an address on the warehouse "%(warehouse)s".</field>
</record>
<record model="ir.message" id="msg_shipment_has_shipping_reference_number">
<field name="text">You cannot create shipping for shipment "%(shipment)s" because it has already a shipping reference number.</field>
</record>
</data>
</tryton>