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

Dears,

I would like to know if it's possible to create a module or a script to update and install more than one module in the same time? That is to say, instead of to update each module separately, when i update the module that i want to create it should automatically update the other modules.

I tried to create an empty module that i named update_modules and i put in the _openerp_.py file at the dépends level "depends" : [ "base", "sale", ],

but it doesn't work.

Thank you,

아바타
취소
베스트 답변

Hi

Use below command

For install ./openerp-server --addons ../addons/, ../openerp-web/addons/ -i <list of="" modules=""> -d <database name=""> For update ./openerp-server --addons ../addons/, ../openerp-web/addons/ -u <list of="" modules=""> -d <database name=""> To update all

./openerp-server --addons ../addons/, ../openerp-web/addons/ -u all -d <database name="">

Also refer this link https://accounts.openerp.com/forum/Help-1/question/37737/ Thanks

아바타
취소
작성자 베스트 답변

Thank you for answer.

I'm interested in the method of the link you gave me but I don't know how to implement it.

Thank you again,

아바타
취소

you can fire this command in terminal

관련 게시물 답글 화면 활동
1
3월 18
3853
1
3월 15
10362
1
1월 25
22178
1
2월 19
2604
3
12월 16
2878