c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #23783
[Bug 777479] Re: Hotel dashboard installation error
Hi Amit,
The fix moves the hotel frontdesk dashboard from the hotel model to the administrator dashboard. Does this mean the hotel frontdesk personel will have to gain admin access to view the reservations. This was the code change:
From:
49 parent="board.dashboard_menu"/>
To:
49 parent="board.admin_menu_dasboard"/>
--
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/777479
Title:
Hotel dashboard installation error
Status in OpenERP Modules (addons):
Fix Released
Bug description:
When i install the module board_frontdesk for hotels, i get this error:
Traceback (most recent call last):
File "netsvc.pyo", line 489, in dispatch
File "service\web_services.pyo", line 599, in dispatch
File "osv\osv.pyo", line 122, in wrapper
File "osv\osv.pyo", line 176, in execute
File "osv\osv.pyo", line 167, in execute_cr
File "C:\Program Files\OpenERP 6.0\Server\addons\base\module\wizard\base_module_upgrade.py", line 98, in upgrade_module
File "pooler.pyo", line 60, in restart_pool
File "pooler.pyo", line 39, in get_db_and_pool
File "addons\__init__.pyo", line 883, in load_modules
File "addons\__init__.pyo", line 748, in load_module_graph
File "addons\__init__.pyo", line 641, in load_init_update_xml
File "tools\convert.pyo", line 975, in convert_xml_import
File "tools\convert.pyo", line 865, in parse
File "tools\convert.pyo", line 586, in _tag_menuitem
File "tools\convert.pyo", line 842, in id_get
File "tools\convert.pyo", line 851, in model_id_get
File "tools\misc.pyo", line 823, in cached_result
File "C:\Program Files\OpenERP 6.0\Server\addons\base\ir\ir_model.py", line 609, in get_object_reference
File "tools\misc.pyo", line 823, in cached_result
File "C:\Program Files\OpenERP 6.0\Server\addons\base\ir\ir_model.py", line 602, in _get_id
ValueError: No references to board.dashboard_menu
Please advise/
References