how get the release number

Hello,
How can we get the release number of an installation (server, client, web, addon) by command line or with an addon in client ?
Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Naresh(OpenERP)
Solved:
Last query:
Last reply:
Revision history for this message
Giacomo Mirabassi (giacmir) said :
#1

in a terminal window run "lsb_release -a"

Revision history for this message
Bruno JOLIVEAU - www.savoirfairelinux.com (zeekom) said :
#2

Hello,
Thanks, and the command to get the version for openerp (the same at the of bzr pull : revision 1211, for example).

Revision history for this message
Numérigraphe (numerigraphe) said :
#3

You could try bzr info

Revision history for this message
Best Naresh(OpenERP) (nch-openerp) said :
#4

Hello,
You can use bzr revno

Revision history for this message
Bruno JOLIVEAU - www.savoirfairelinux.com (zeekom) said :
#5

Thank your for answer

-----Message d'origine-----
De : <email address hidden> [mailto:<email address hidden>] De la part de nch(OpenERP)
Envoyé : lundi 9 février 2009 13:23
À : <email address hidden>
Objet : Re: [Question #59610]: how get the release number

Your question #59610 on OpenObject Addons changed:
https://answers.launchpad.net/openobject-addons/+question/59610

nch(OpenERP) proposed the following answer:
Hello,
You can use bzr revno

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/openobject-addons/+question/59610/+confirm?answer_id=3

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/openobject-addons/+question/59610

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
Bruno JOLIVEAU - www.savoirfairelinux.com (zeekom) said :
#6

Thanks nch(OpenERP), that solved my question.