← Back to team overview

openerp-india team mailing list archive

[Bug 1043916] Re: Error when a new module is installed

 

Hi,

the problem comes from log-level = debug, i changed it to log-level = info and i don't get that error anymore.
When  log-level = debug i get some compile error on some modules from addons :
module web_default_home: no descriptor file found: __openerp__.py or __terp__.py (deprecated)
module mail_gateway: no descriptor file found: __openerp__.py or __terp__.py (deprecated)
module outlook: no descriptor file found: __openerp__.py or __terp__.py (deprecated)

I've checked on other servers and is working with this setting.

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

Title:
  Error when a new module is installed

Status in OpenERP Server:
  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-server/+bug/1043916/+subscriptions


References