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

when I run:

python3 odoo-bin -u module_x

I want it to start the upgrade immediately after starting, without having to open the browser.

I use vs code, normally but a command line trick is also an acceptable answer.

아바타
취소
베스트 답변

Hi

You should specify what database you want to update by adding -d parameter

Eg:   python3 odoo-bin -d your_database -u module_x 

아바타
취소
작성자

I wasn't giving it the -d option :) Also after thinking about it, this behavior is correct since you may have many databases, and upgrading in all of them will be unnecessary.

베스트 답변

The parameter -u works right after starting, so it's what you need. What is the problem?

아바타
취소
관련 게시물 답글 화면 활동
1
6월 23
14665
1
1월 22
1999
0
11월 21
2337
1
7월 21
2143
Odoo server 해결 완료
3
2월 20
18293