← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 863194] Re: key version missing when updating module list

 

Hello Yaiza Bailen,

I have checked your issue as per your specification with latest updated
code with trunk but I didn't face any

problem at my end. You can also specify - - debug  - -log-
level='debug_rpc'  when your start the server . I have

checked with following revision of trunk :

server  -  3747

gtk-client -  1968

addons -  5322

Thanks and waiting for your reply.

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

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/863194

Title:
  key version missing when updating module list

Status in OpenERP Server:
  Incomplete

Bug description:
  openobject-server trunk
  version 3667

  In the server config file, if I have the params:

  debug_mode = True
  log_level = debug

  I get this error when updating the module  list:

  [2011-09-30 11:07:02,322][?] DEBUG:modules:module .bzr: no descriptor file found: __openerp__.py or __terp__.py (deprecated)
  [2011-09-30 11:07:02,322][?] DEBUG:base.ir.module.module:Error when trying to fetch informations for module .bzr
  Traceback (most recent call last):
    File "/home/yaiza/Development/openerp61/server/openerp/addons/base/module/module.py", line 92, in get_module_info
      info['version'] = release.major_version + '.' + info['version']
  KeyError: 'version'

  
  I know it's not a critical error just it's not nice to see an error message in the logs :)

  Thanks!
  Yaiza

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


References