← Back to team overview

openerp-india team mailing list archive

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

 

Dana,

We suspect one of the following reasons:

1. You might not have access (rwx) to the concern directory and thus file.
2. Log level has no relation with your issue though you say its working.
3. Based on the warnings you stated here, we would say these are just due to your module still has __terp__.py instead of __openerp__.py OR you again have no access to those files.
4. Make sure you do not have missed/removed any of the server files especially openerp/modules/registry.py

Hope this helps.

Overall, this is not any official error and hence lets close this.

Thanks,
Serpent Consulting Services.

** Changed in: openobject-server
       Status: New => Invalid

-- 
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:
  Invalid

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