trytond-project_codereview/message.xml

14 lines
637 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_work_state">
<field name="text">Code Review "%(codereview)s" can not be opened because its work "%(work)s" is already done</field>
</record>
<record model="ir.message" id="invalid_codereview_state">
<field name="text">Work "%(work)s" can not be set done because its codereview "%(codereview)s" is still opened.</field>
</record>
</data>
</tryton>