trytond-account_code_digits/message.xml

11 lines
427 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_code_digits">
<field name="text">The number of code digits %(account_digits)d of account "%(account)s" must be %(digits)d.</field>
</record>
</data>
</tryton>