From 8e750a4d6a1afe2e4fbbc32a3fc91364eeae68f0 Mon Sep 17 00:00:00 2001 From: "Jorge E. Gomez" Date: Tue, 29 Dec 2020 21:25:54 -0500 Subject: [PATCH] [DOC] Cleans up folder tree --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 65b36b6..b95df20 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,15 @@ 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] + └─┬── core [Core Odoo project and included addons] + │ + ├── custom [Modules developed in-house] + │ + ├── community [Modules by OCA] + │ + ├── apps [Bought from third parties in the Odoo Apps Store] + │ + └── vendor [Developed by an Odoo partner under contract] ``` ## Repositories