[DOC] Includes special repo
This commit is contained in:
parent
fbd8ed730b
commit
eef2f71fe2
@ -14,24 +14,26 @@ To be installed into this directory structure:
|
|||||||
│
|
│
|
||||||
├── apps [Bought from third parties in the Odoo Apps Store]
|
├── apps [Bought from third parties in the Odoo Apps Store]
|
||||||
│
|
│
|
||||||
|
├── special [Developed by Odoo partner subcontractor]
|
||||||
|
│
|
||||||
└── vendor [Developed by an Odoo partner under contract]
|
└── vendor [Developed by an Odoo partner under contract]
|
||||||
```
|
```
|
||||||
|
|
||||||
## To download or update code from repositories:
|
## To download or update code from repositories:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./update_from_repo.sh [-h] -o={all|core|community|vendor|custom}
|
./update_from_repo.sh [-h] -o={all|core|community|vendor|special|custom}
|
||||||
```
|
```
|
||||||
|
|
||||||
## To install into the production structure:
|
## To install into the production structure:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo ./install_odoo_code.sh [-h] -o={all|core|community|vendor|custom}
|
sudo ./install_odoo_code.sh [-h] -o={all|core|community|vendor|special|custom}
|
||||||
```
|
```
|
||||||
|
|
||||||
## To apply patches to installed code:
|
## To apply patches to installed code:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo ./apply_patches.sh [-h] -o={all|core|community|vendor}
|
sudo ./apply_patches.sh [-h] -o={all|core|community|vendor|special}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user