Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
1373 Lượt xem

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?

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

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?

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 3 15
4227
1
thg 8 25
107
0
thg 7 25
444
0
thg 7 25
1075
1
thg 5 25
1555