Comment 5 for bug 938513

Revision history for this message
Olivier Dony (Odoo) (odo-openerp) wrote :

Sorry, this *is* a bug, please disregard the previous comments.

However the patch can indeed be improved: the "server_wide_module" parameter coming from the config file is not copied into the config.options dictionary because it is missing from the list of "keys" to copy.
It should therefore simply be appended to that list, around line 524 (instead of introducing a separate special case):

  http://bazaar.launchpad.net/~openerp/openobject-server/6.1/view/head:/openerp/tools/config.py#L524

Thanks for reporting and providing a patch!