[IMP] better icon fr point of sale paplication

bzr revid: fp@tinyerp.com-20100612163316-wbvh44149qsvg4x9
This commit is contained in:
Fabien Pinckaers 2010-06-12 18:33:16 +02:00
parent ef9361f19d
commit b6325129e2
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,9 @@
<?xml version="1.0"?>
<openerp>
<data>
<menuitem name="Point of Sale" id="menu_point_root" sequence="10"
icon="terp-partner"
groups="group_pos_manager,group_pos_user"/>
<record model="ir.ui.view" id="view_pos_pos_form">
<field name="name">pos.order</field>
@ -169,8 +172,6 @@
</field>
</record>
<menuitem name="Point of Sale" id="menu_point_root" sequence="10"
groups="group_pos_manager,group_pos_user"/>
<menuitem name="Point of Sale" id="menu_point_of_sale" parent="menu_point_root" sequence="1" />
<menuitem name="Sales Order" parent="menu_point_of_sale" id="menu_point_ofsale" action="action_pos_pos_form" sequence="1"/>
<menuitem name="Products" id="menu_point_of_sale_product" parent="menu_point_root" sequence="2" />