Use grouped attribute on message.xml

This commit is contained in:
Juanjo Garcia 2019-09-04 12:30:56 +02:00
parent 32bc5f1716
commit 56257de47f
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_weight_required_in_sale_move_event">
<field name="text">The weigth in the Move Event "%(event)s" is required because it is a move of a sale.</field>
</record>