trytond-production_operation/message.xml

17 lines
808 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="invalid_production_state">
<field name="text">You can not create an operation for Production "%(production)s".</field>
</record>
<record model="ir.message" id="no_work_center">
<field name="text">We can not found any work center for Operation "%(operation)s".</field>
</record>
<record model="ir.message" id="pending_operations">
<field name="text">Production "%(production)s" can not be done because their operation "%(operation)s" is not done.'</field>
</record>
</data>
</tryton>