diff --git a/README.md b/README.md index 38c2e4d..65b36b6 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,18 @@ Repos for various parts of the Odoo platform. To be installed into this directory structure: ``` -/opt/odoo --+-- /core [Core Odoo project and included addons] - | - +-- /custom [Modules developed in-house] - | - +-- /community [Modules by OCA] - | - +-- /apps [Modules bought from third parties in the Odoo Apps Store] - | - +-- /vendor [Modules developed by an Odoo partner under contract] +/opt/odoo + └─┬── /core [Core Odoo project and included addons] + │ + ├── /custom [Modules developed in-house] + │ + ├── /community [Modules by OCA] + │ + ├── /apps [Modules bought from third parties in the + │ Odoo Apps Store] + │ + └── /vendor [Modules developed by an Odoo partner + under contract] ``` ## Repositories