what's wrong with this file ?

I'd like a menu to appear but it doesn't

Thanks in advance

<?xml version="1.0"?>
<!-- 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>

    <record model="res.group" id="group_tributi">
      <field name="name">Tributi</field>
    </record>

    <menuitem name="Tributi" id="menu_tributi" sequence="6"/>

    <record model="ir.ui.menu-res.group" id="menu_tributi_group_tributi">
      <field name="menu" ref="menu_tributi"/>
      <field name="group" ref="group_tributi"/>
    </record>
  </data>
</tryton>


-- 
You received this message because you are subscribed to the Google Groups 
"tryton" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tryton/ef67886b-f2c4-43e0-8e87-7fa30e687bc0%40googlegroups.com.

Reply via email to