← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 863194] [NEW] key version missing when updating module list

 

Public bug reported:

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

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

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

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


Follow ups

References