mirror of
https://github.com/NaN-tic/trytond-commission_manager.git
synced 2023-12-14 04:03:00 +01:00
Use grouped attribute on message.xml
This commit is contained in:
parent
da6e30ec72
commit
815f08e539
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 repository contains the full copyright notices and license terms. -->
|
||||
<tryton>
|
||||
<data group="1">
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue