Make a shallow copy of Odoo repo
This commit is contained in:
parent
e643a22e71
commit
e746c3282b
@ -25,7 +25,7 @@ To be installed into this directory structure:
|
||||
To clone from source:
|
||||
|
||||
```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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user