I have already heard so much different statements concerning that: branch 8, master, saas-5, saas-6, saas-7... Could anybody please clear up which is the right branch to test RC1 of v8?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
4691
Vistas
Hello NSC,
Please Clone This Branch git clone https://github.com/odoo/odoo.git
This is the right V8 RC1 branch
You Can Check At https://github.com/odoo/odoo/blob/8.0/openerp/release.py#L33
Thank You
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
2
mar 15
|
4118 | ||
|
3
mar 15
|
7466 | ||
|
0
dic 17
|
9276 | ||
|
2
mar 15
|
4730 | ||
|
3
jul 25
|
8638 |
Hi NSC, I suggest you use the following to clone the most recent 8.0 branch: sudo git clone --branch 8.0 https://www.github.com/odoo/odoo /opt/odoo/odoo-server or use the following script that will install dependencies and database for you automatically (use wget to copy the file to your local machine): wget https://raw.githubusercontent.com/lukebranch/openerp-install-scripts/master/odoo-saas4/ubuntu-14-04/odoo_install.sh Please note that the script is primarily for setting up a development instance and is by no means secure or production ready.