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

Hello dear OpenERP experts.

I'm (very) new to OpenERP, so please excuse my dumb question; someone once said that 'there are no stupid questions, only stupid answers'.

I'm interested in trying the OpenERP Partner and Contact Management (found at code.launchpad.net/partner-contact-management) module from launchpad on my default OpenERP 7.0 Windows Install.

What are the necessary steps in order to install the above module?

Thank you for any pointers, George.

아바타
취소
베스트 답변

Hello George,

First of all code.launchpad.net/partner-contact-management is not a module; it is a repository that contains multiple modules (7).

you need to install bazaar on your system and its GUI : http://wiki.bazaar.canonical.com/WindowsDownloads http://doc.bazaar.canonical.com/explorer/en/

Then, you need to get this branch on your server : bzr branch lp:partner-contact-management

You now get a new directory "partner-contact-management" and you have tell OpenERP there are some modules located here. You do this by adding the path to the ADDON parameter of your openerp config's file.

Once done, restart openerp reload module list from "Configuration\Modules"

You can now install these modules.

Regards, Marc

아바타
취소