update openerp modules

Asked by Akshay Jain

I have observed that the trunk code is regularily provided as zip files of various modules on http://www.openerp.com/download/modules/trunk/

Is there any way that I could make Openerp to connect to this URL and update some selective modules?

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Akshay Jain
Solved:
Last query:
Last reply:
Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) said :
#1

Hello Akshay Jain,

You can checkout all the branch from bzr repository in launchpad, After check-out those branches. You need to simply update or pull the branch regular bases.This is the easiest way to apply the changes in our local resource regular bases.
Use the following branch to take all the related branches:
For server and addons: https://code.launchpad.net/~openerp
For extra addons:https://code.launchpad.net/~openerp-commiter.

Hope this will help you.

Thanks.

Revision history for this message
Akshay Jain (akshay-jain-7983) said :
#2

I tried as u said as :

Run command: bzr checkout --lightweight https://code.launchpad.net/~openerp H:\openerp-code1
bzr: ERROR: Not a branch: "https://code.launchpad.net/~openerp/".

but i get above error. What shud i do?

Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) said :
#3

Hello Akshay Jain,

For checkout those branches used the command (bzr branch <path>) which is already specified in the links.

Thanks.

Revision history for this message
Akshay Jain (akshay-jain-7983) said :
#4

Yes got it now. Had to create and register SSH keys with launchpad. I think on windows bazaar does not work at all without SSH keys. So anyone out there wanting to get code from launchpad using bazaar on windows shud do the SSH stuff first.