c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #21970
[Bug 745560] Re: installation module hotel: Error ! You can not create recursive Menu.
I just had a look. Seems fine as far as it goes but I'm not a committer.
The same type of fixes are also required in board_reservation,
board_restaurant, and board_frontdesk.
Why is this stuff split into seven modules? It should be two at most:
hotel and hotel_restaurant.
Language quibble: Unless "folio" is a special hotelling word it should be changed to "invoice" or "sales order" or whatever it is supposed to mean.
Also "confirm" should probably be "confirmed" and "done" should be "completed".
--
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):
New
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)
References