[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 https://github.com/odoo/documentation/commit/76e05ccfb8413966d44f81a74da51d049f0a3996
This commit is contained in:
committed by
vfe-odoo
parent
d4f3830eba
commit
5b59088a71
@@ -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``:
|
||||
|
||||
Reference in New Issue
Block a user