odoo 8.0alpha1: no module named pooler

Bug #1329696 reported by Francois Deppierraz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenERP Swiss Localization
New
Undecided
Unassigned

Bug Description

odoo master (0f01df42eaf662987abe5f069ca8df2e2caf8e37)

Traceback (most recent call last):
  File "/home/ubuntu/odoo/openerp/http.py", line 464, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/home/ubuntu/odoo/openerp/http.py", line 483, in dispatch
    result = self._call_function(**self.params)
  File "/home/ubuntu/odoo/openerp/http.py", line 299, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/home/ubuntu/odoo/openerp/service/model.py", line 113, in wrapper
    return f(dbname, *args, **kwargs)
  File "/home/ubuntu/odoo/openerp/http.py", line 296, in checked_call
    return self.endpoint(*a, **kw)
  File "/home/ubuntu/odoo/openerp/http.py", line 664, in __call__
    return self.method(*args, **kw)
  File "/home/ubuntu/odoo/openerp/http.py", line 348, in response_wrap
    response = f(*args, **kw)
  File "/home/ubuntu/odoo/addons/web/controllers/main.py", line 1355, in run
    [action_id], request.context)
  File "/home/ubuntu/odoo/openerp/http.py", line 766, in proxy
    result = meth(cr, request.uid, *args, **kw)
  File "/home/ubuntu/odoo/openerp/addons/base/ir/ir_actions.py", line 999, in run
    res = func(cr, uid, action, eval_context=eval_context, context=run_context)
  File "/home/ubuntu/odoo/addons/website/models/ir_actions.py", line 62, in run_action_code_multi
    res = super(actions_server, self).run_action_code_multi(cr, uid, action, eval_context, context)
  File "/home/ubuntu/odoo/openerp/addons/base/ir/ir_actions.py", line 828, in run_action_code_multi
    eval(action.code.strip(), eval_context, mode="exec", nocopy=True) # nocopy allows to return 'action'
  File "/home/ubuntu/odoo/openerp/tools/safe_eval.py", line 311, in safe_eval
    return eval(c, globals_dict, locals_dict)
  File "", line 1, in <module>
  File "/home/ubuntu/odoo/openerp/addons/base/module/module.py", line 437, in button_immediate_install
    return self._button_immediate_function(cr, uid, ids, self.button_install, context=context)
  File "/home/ubuntu/odoo/openerp/addons/base/module/module.py", line 484, in _button_immediate_function
    registry = openerp.modules.registry.RegistryManager.new(cr.dbname, update_module=True)
  File "/home/ubuntu/odoo/openerp/modules/registry.py", line 299, in new
    openerp.modules.load_modules(registry._db, force_demo, status, update_module)
  File "/home/ubuntu/odoo/openerp/modules/loading.py", line 355, in load_modules
    loaded_modules, update_module)
  File "/home/ubuntu/odoo/openerp/modules/loading.py", line 259, in load_marked_modules
    loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks)
  File "/home/ubuntu/odoo/openerp/modules/loading.py", line 149, in load_module_graph
    load_openerp_module(package.name)
  File "/home/ubuntu/odoo/openerp/modules/module.py", line 300, in load_openerp_module
    __import__('openerp.addons.' + module_name)
  File "/home/ubuntu/odoo/openerp/modules/module.py", line 75, in load_module
    mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
  File "/home/ubuntu/openerp-swiss-localization/l10n_ch_scan_bvr/__init__.py", line 24, in <module>
    from . import wizard
  File "/home/ubuntu/openerp-swiss-localization/l10n_ch_scan_bvr/wizard/__init__.py", line 21, in <module>
    from . import scan_bvr
  File "/home/ubuntu/openerp-swiss-localization/l10n_ch_scan_bvr/wizard/scan_bvr.py", line 22, in <module>
    import pooler
ValueError: "No module named pooler" while evaluating
u"self.button_immediate_install(cr, uid, context.get('active_ids', []), context=context)"

Related branches

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.