[IMP] rdtraining: no need to add web to dependencies

`web` is not used directly and is installed automatically anyway.
Having both `web` and `base` looks excessively, so coaches usually ask to delete
`base`. But more correct solution is adding `base` only. Completly skipping
dependencies is not good either -- see 76e05ccfb8
This commit is contained in:
Ivan Yelizariev 2021-05-25 12:58:52 +02:00 committed by vfe-odoo
parent d4f3830eba
commit 5b59088a71

View File

@ -82,7 +82,7 @@ be uninstalled**. Think about your favorite Linux distribution package manager
- ``/home/$USER/src/custom/estate/__manifest__.py``
The ``__manifest__.py`` file should only define the name and the dependencies of our modules.
Two framework modules are necessary: ``base`` and ``web``.
The only necessary framework module for now is ``base``.
Restart the Odoo server and add the ``custom`` folder to the ``addons-path``: