You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
460 B

<odoo>
<data>
<record id="action_pos_dashboard" model="ir.actions.client">
<field name="name">Dashboard</field>
<field name="tag">pos_dashboard</field>
</record>
<menuitem name="Dashboard" id="pos_dashboard" parent="point_of_sale.menu_point_rep"
sequence="5"
groups="point_of_sale.group_pos_manager"
action="action_pos_dashboard"/>
</data>
</odoo>