Update 01_architecture.rst

minor spelling error: form -> from
This commit is contained in:
Violet Maina 2024-08-02 14:42:03 +03:00 committed by GitHub
parent da4bccca8d
commit 21957da6a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,7 +52,7 @@ Everything in Odoo starts and ends with modules.
Terminology: developers group their business features in Odoo *modules*. The main user-facing
modules are flagged and exposed as *Apps*, but a majority of the modules aren't Apps. *Modules*
may also be referred to as *addons* and the directories where the Odoo server finds them
form the ``addons_path``.
from the ``addons_path``.
Composition of a module
-----------------------