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

Hi,

I installed with 

su -odoo18 

git clone https://www.github.com/odoo/odoo --depth 1 --branch master --single-branch


the latest version, 17.5alpha1.

I would like to check is there a new stabile version and then to install it.

I tried to check the newest version with git log, git show and so on but I always get a git error like fatal: not a git repository or error: unknown option `branch' .

Any idea how to check latest stabile version and to install it?

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

I found the version can be easily checked here: https://github.com/odoo/odoo/blob/master/odoo/release.py

in line 15.

But how to update to next version?

아바타
취소
베스트 답변

You can check out this link

https://github.com/odoo/odoo/branches/active

This will give you the active branches and when they were updated last.

If you type the command git status in your repo, git will tell you if your branch is up to date or behind and you can choose to pull master again if you want to.

The PKG-INFO file will show you the version number.

아바타
취소
관련 게시물 답글 화면 활동
2
3월 15
4569
2
9월 25
2349
1
8월 25
1897
1
8월 25
832
0
7월 25
939