[DOC] Uses Unicode for box-drawing
This commit is contained in:
parent
43c7ffe535
commit
659b6f79c1
21
README.md
21
README.md
@ -5,15 +5,18 @@ Repos for various parts of the Odoo platform.
|
|||||||
To be installed into this directory structure:
|
To be installed into this directory structure:
|
||||||
|
|
||||||
```
|
```
|
||||||
/opt/odoo --+-- /core [Core Odoo project and included addons]
|
/opt/odoo
|
||||||
|
|
└─┬── /core [Core Odoo project and included addons]
|
||||||
+-- /custom [Modules developed in-house]
|
│
|
||||||
|
|
├── /custom [Modules developed in-house]
|
||||||
+-- /community [Modules by OCA]
|
│
|
||||||
|
|
├── /community [Modules by OCA]
|
||||||
+-- /apps [Modules bought from third parties in the Odoo Apps Store]
|
│
|
||||||
|
|
├── /apps [Modules bought from third parties in the
|
||||||
+-- /vendor [Modules developed by an Odoo partner under contract]
|
│ Odoo Apps Store]
|
||||||
|
│
|
||||||
|
└── /vendor [Modules developed by an Odoo partner
|
||||||
|
under contract]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Repositories
|
## Repositories
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user