Well, I don't know well bazaar and launchpad, but if it can help, here is how I got this extra-addon : (Ubuntu way.) $ sudo sh # apt-get update # apt-get install bzr CTRL+D $ bzr --version --> Ok, version > 1.3 I had an account on launchpad and I found this page : https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-extra-addons On which I found the way to get this branch : $ bzr branch lp:~openerp-commiter/openobject-addons/trunk-extra-addons I entered this in my shell and it downloaded the folder "trunk-extra-addons". In this folder you have all the addons related to this branch.
Then I copied the module "product_electronic" to my addons folder : $ cd ~/openerp-server-5.0.0_rc3/bin/addons $ cp -a ~/trunk-extra-addons/product_electronic . Then in OpenErp client : Administration / Addons management / Update Module list. You can then double-click on the new module "product_electronic" and click "Plan installation". Then click on the right : Apply updates. You now have new attributes in your products. -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=31341#31341 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
