Make a shallow copy of Odoo repo

This commit is contained in:
Jorge Enrique Gómez Gómez 2020-12-22 23:41:19 -05:00
parent e643a22e71
commit e746c3282b

View File

@ -25,7 +25,7 @@ To be installed into this directory structure:
To clone from source: To clone from source:
```sh ```sh
git clone --single-branch --branch 14.0 https://github.com/odoo/odoo.git git clone --single-branch --depth 1 --branch 14.0 https://github.com/odoo/odoo.git
``` ```
To install into the production structure: To install into the production structure: