Use grouped attribute on message.xml

This commit is contained in:
Juanjo Garcia 2019-09-04 12:20:59 +02:00
parent d67cd70094
commit 2a17b39b63
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<tryton>
<data group="1">
<data grouped="1">
<record model="ir.message" id="msg_uneven_costs">
<field name="text">The costs (%(move_unit_price)s) of the move (%(move)s) does not match the cost (%(lot_unit_price)s) of the lot (%(lot)s).</field>
</record>