← Back to team overview

openerp-india team mailing list archive

[Bug 1043916] [NEW] Error when a new module is installed

 

Public bug reported:

The file openerp-server.config was changed:
for log was added:   verbose = true
After server restart when a new module is installed  this error is displayed: 

  File "/opt/openerp-6.1/openerp/addons/base/module/module.py", line 346, in button_install
    self.button_install(cr, uid, to_install_ids, context=context)
  File "/opt/openerp-6.1/openerp/addons/base/module/module.py", line 348, in button_install
    openerp.modules.registry.RegistryManager.signal_registry_change(cr.dbname)
AttributeError: type object 'RegistryManager' has no attribute 'signal_registry_change'

Does anyone has a solution for this?

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1043916

Title:
  Error when a new module is installed

Status in OpenERP Addons (modules):
  New

Bug description:
  The file openerp-server.config was changed:
  for log was added:   verbose = true
  After server restart when a new module is installed  this error is displayed: 

    File "/opt/openerp-6.1/openerp/addons/base/module/module.py", line 346, in button_install
      self.button_install(cr, uid, to_install_ids, context=context)
    File "/opt/openerp-6.1/openerp/addons/base/module/module.py", line 348, in button_install
      openerp.modules.registry.RegistryManager.signal_registry_change(cr.dbname)
  AttributeError: type object 'RegistryManager' has no attribute 'signal_registry_change'

  Does anyone has a solution for this?

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1043916/+subscriptions


Follow ups

References