Commit 709f9b81 authored by Luca Cristaldi's avatar Luca Cristaldi
Browse files

fix XML group data

parent d17bea4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 depends="">
    <data>
        <!-- Icons -->
        <record model="ir.ui.icon" id="association_icon">
            <field name="name">tryton-association</field>
+1 −1
Original line number Diff line number Diff line
@@ -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="msg_date_non_in_period">
            <field name="text">The date is outside the "%(period)s".</field>
        </record>