[IMP] better icon fr point of sale paplication
authorFabien Pinckaers <fp@tinyerp.com>
Sat, 12 Jun 2010 16:33:16 +0000 (18:33 +0200)
committerFabien Pinckaers <fp@tinyerp.com>
Sat, 12 Jun 2010 16:33:16 +0000 (18:33 +0200)
bzr revid: fp@tinyerp.com-20100612163316-wbvh44149qsvg4x9

addons/point_of_sale/pos_view.xml

index 026b268..e00589b 100644 (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>
             </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" />