[fix] point of sale: problem when installing the addon

bzr revid: nicolas.vanhoren@openerp.com-20120214135054-mkgjjcb0wnnpwypu
This commit is contained in:
niv-openerp 2012-02-14 14:50:54 +01:00
parent 3d637db6d0
commit 3c8a3ab10b
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<openerp>
<data>
<menuitem name="PoS Backend" id="menu_point_root" sequence="21"
<menuitem name="PoS Backend" id="menu_point_root" sequence="20"
icon="terp-partner"
groups="group_pos_manager"
web_icon="images/pos.png"
@ -780,7 +780,7 @@
<record id="menu_point_root_touchscreen" model="ir.ui.menu">
<field name="name">Point of Sale</field>
<field name="sequence" eval="20"/>
<field name="sequence" eval="21"/>
<field name="action" ref="action_pos_pos"/>
</record>