Use grouped attribute on message.xml

This commit is contained in:
Juanjo Garcia 2019-09-04 12:32:04 +02:00
parent f7afadf644
commit a568c7afd1
1 changed files with 1 additions and 1 deletions

View File

@ -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="msg_change_sale_margin_method"> <record model="ir.message" id="msg_change_sale_margin_method">
<field name="text">You cannot change the sale margin method because has sales.</field> <field name="text">You cannot change the sale margin method because has sales.</field>
</record> </record>