Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
3103 มุมมอง

Hi All,

I just downloaded a new version of OpenERP using git, but it looks like I got Version 9.0alpha1, when I wanted the most stable version of v8 (release candidate 1?). I used "wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python" to download it, but it looks like the master branch is now version 9. So I guess I have two questions:

  1. Is v9a1 stable enough for use? Are there any glaring bugs to be concerned with?
  2. If not, then is it possible to get version 8 from Git? If so, what link should I use? Would wget -O- https://raw.githubusercontent.com/odoo/odoo/8.0/odoo.py | python give me the desired result?

Thanks!

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

HI Alex.

You are looking at the developers branch.

For stable branch better look here: https://github.com/odoo/odoo#packages-tarballs-and-installers

And/or: http://nightly.openerp.com/

Jan

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

git clone --branch 8.0 https://github.com/odoo/odoo.git

อวตาร
ละทิ้ง