Comment 2 for bug 680346

Revision history for this message
Jitendra Sandbhor (jitendrasandbhor) wrote :

Hello,

Hotel module is only compatible with version 5.** , To make compatible with version 6.0 or to remove this error make change to menuitem tag as e.g.
<menuitem id="hotel_restaurant_menu" name="Hotel Management/Restaurant" />
This producing Error.
For this just remove the '/' sign using 'parent' attribute and name="Restaurant" only , that's it.

Thanks.