← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 743015] Re: The versions of the server (6.1-dev) and client (6.0.0) mismatch

 

Hello,

For stable the following link is used as latest code:
Server :  branch: bzr+ssh://bazaar.launchpad.net/~openerp/openobject-server/6.0/
Client : branch: bzr+ssh://bazaar.launchpad.net/~openerp/openobject-client/6.0
Addons : branch: bzr+ssh://bazaar.launchpad.net/~openerp/openobject-addons/6.0   

For trunk the following link is used as latest code:
Server : branch: bzr+ssh://bazaar.launchpad.net/~openerp/openobject-server/trunk/
Client : branch: bzr+ssh://bazaar.launchpad.net/~openerp/openobject-client/trunk/
Addons : branch: bzr+ssh://bazaar.launchpad.net/~openerp/openobject-addons/trunk/

Thank You.



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

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

Title:
  The versions of the server (6.1-dev) and client (6.0.0) mismatch

Status in OpenERP GTK Client:
  Invalid

Bug description:
  Using the latest trunk version and it generates warning "The versions of the server (6.1-dev) and client (6.0.0) mismatch..."
  The culprit is that the version number in client is not set correctly in trunk.

  $ find -type f -iname '*.py' -exec grep version /dev/null {} \;|grep 6
  ./bin/release.py:version = '6.0.0'
  ./bin/release.py:major_version = '6.0'

  Further information about the (client) environment

  $ bzr info
  Standalone tree (format: 2a)
  Location:
    branch root: .

  Related branches:
    parent branch: bzr+ssh://bazaar.launchpad.net/~openerp/openobject-client/trunk/

  $ bzr version-info
  revision-id: tfr@xxxxxxxxxxx-20110119052507-rr0jby1x5ee12qmr
  date: 2011-01-19 06:25:07 +0100
  build-date: 2011-03-26 16:33:33 +0700
  revno: 1789
  branch-nick: client



References