trytond-commission_manager/message.xml
2019-09-04 12:12:00 +02:00

13 lines
595 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_formula">
<field name="text">Invalid formula "%(formula)s" in commission manager "%(line)s" with exception "%(exception)s".</field>
</record>
<record model="ir.message" id="manager_without_plan">
<field name="text">No commission plan assigned for manager "%(manager)s"</field>
</record>
</data>
</tryton>