mirror of
https://github.com/NaN-tic/trytond-commission_manager.git
synced 2023-12-14 04:03:00 +01:00
13 lines
595 B
XML
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>
|