From eef2f71fe23643dc9f01c26436b40f073f5f8f46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20E=2E=20G=C3=B3mez?= Date: Fri, 8 Apr 2022 13:28:03 -0500 Subject: [PATCH] [DOC] Includes special repo --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f60fb4..11aef62 100644 --- a/README.md +++ b/README.md @@ -14,24 +14,26 @@ To be installed into this directory structure: │ ├── apps [Bought from third parties in the Odoo Apps Store] │ + ├── special [Developed by Odoo partner subcontractor] + │ └── vendor [Developed by an Odoo partner under contract] ``` ## To download or update code from repositories: ```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: ```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: ```sh -sudo ./apply_patches.sh [-h] -o={all|core|community|vendor} +sudo ./apply_patches.sh [-h] -o={all|core|community|vendor|special} ```