콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
15783 화면

I want to install 3rd party modules from launchpad. (like lp:openerp-mgmtsystem, lp:openerp-asterisk-connector, etc...)

What is the best procedure to install addons by using bzr?

Openerp is installed as: /opt/openerp/server

/opt/openerp/addons

/opt/openerp/web

Ubuntu 12.10 x64

아바타
취소
베스트 답변
  • You should create a branch for your module installation with bzr command,
  • Add that module folder to the openerp module search path.
  • Restart the openerp server.
  • Make installation from web interface.

With this method you can update modules and openerp addons separately without any problem.

Here is an example module installation for you below.

Create a new folder and download aeroo modules from launchpad to this folder with bzr.

sudo su openerp
cd /opt/openerp/
bzr branch lp:aeroo
exit

Add aeroo directory to the module search path of openerp by editing the config file

sudo nano /etc/openerp-server.conf

change the addons_path as

addons_path = /opt/openerp/addons,/opt/openerp/web/addons,/opt/openerp/aeroo

I also recorded installation from openerp interface you can watch it in Youtube. (since interface is different than 6.1 you may not find where to install at first sight) http://youtu.be/S1bKPUL6nUU

PS: I used a previous answer of mine for this post: https://accounts.openerp.com/forum/Help-1/question/2780/

아바타
취소
작성자

Thank you. I also installed Aeroo Reports without any problems.

if my answer is ok you should accept it by clicking tick icon on my answer.

welcome to the Q&A site :)

Can u help how to install a trunk code from lauchpad? like that: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-fetchmail-inbox-tde , Many thx

관련 게시물 답글 화면 활동
1
3월 15
5214
1
3월 15
4596
1
2월 25
623
2
2월 25
387
2
3월 25
3474