Hi Amit, Could you please look at this https://code.launchpad.net/~phong-nguyen- thanh/openobject-addons/addons-extra-trunk-hotel, and change the status for me? It's been pending for too long.
Thanks and best regards, Phong. -- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. https://bugs.launchpad.net/bugs/745560 Title: installation module hotel: Error ! You can not create recursive Menu. Status in OpenERP Modules (addons): Fix Released Bug description: delete the character "/" Inside the name attribute of each of these menuitem tag xml: hotel_view.xml hotel_wizard.xm Hotel in module after which it will present a new error in the construction of the folio of the hotel reservation form: hotel_reservation.py line 127 need to change it like this: str = 'insert into hotel_folio_reservation_rel (order_id, invoice_id) values (% d,% d)'% (reservation.id, folio) cr.execute (str) To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/745560/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

