trytond-production_process/message.xml

14 lines
631 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="cannot_delete_with_process">
<field name="text">BOM "%(bom)s" cannot be removed because it was created by process "%(process)s".</field>
</record>
<record model="ir.message" id="cannot_delete_with_process_route">
<field name="text">Route "%(route)s" cannot be removed because it was created by process "%(process)s".</field>
</record>
</data>
</tryton>