From 76e05ccfb8413966d44f81a74da51d049f0a3996 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Tue, 25 May 2021 10:14:39 +0200 Subject: [PATCH] [IMP] manifest: add note about 'base' module in depends --- content/developer/reference/module.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/developer/reference/module.rst b/content/developer/reference/module.rst index 27d8eb21f..c964f5dbc 100644 --- a/content/developer/reference/module.rst +++ b/content/developer/reference/module.rst @@ -79,6 +79,11 @@ Available manifest fields are: When a module is installed, all of its dependencies are installed before it. Likewise dependencies are loaded before a module is loaded. + +.. note:: + Module `base` is always installed in any Odoo instance. + But you still need to specify it as dependency to make sure your module is updated when `base` is updated. + ``data`` (``list(str)``) List of data files which must always be installed or updated with the module. A list of paths from the module root directory