mirror of
https://github.com/NaN-tic/trytond-account_code_digits.git
synced 2023-12-13 21:20:25 +01:00
Use grouped attribute on message.xml
This commit is contained in:
parent
37aa148066
commit
d68792820b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||||
this repository contains the full copyright notices and license terms. -->
|
this repository contains the full copyright notices and license terms. -->
|
||||||
<tryton>
|
<tryton>
|
||||||
<data group="1">
|
<data grouped="1">
|
||||||
<record model="ir.message" id="invalid_code_digits">
|
<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>
|
<field name="text">The number of code digits %(account_digits)d of account "%(account)s" must be %(digits)d.</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
Loading…
Reference in a new issue