From a2a389688c81ee927666d934a3ada5eeb47544ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Mon, 1 Nov 2021 21:17:27 +0000 Subject: [PATCH] [FIX] developer: document assets key in manifest, remove old info This commit adds a pretty important missing piece of information: the assets key in the manifest. At the same time, we remove two keys that are no longer in use. closes odoo/documentation#1251 Signed-off-by: Victor Feyens (vfe) --- content/developer/reference/backend/module.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/content/developer/reference/backend/module.rst b/content/developer/reference/backend/module.rst index 29ef8efab..2870c80fa 100644 --- a/content/developer/reference/backend/module.rst +++ b/content/developer/reference/backend/module.rst @@ -118,11 +118,10 @@ Available manifest fields are: Whether the module should be considered as a fully-fledged application (``True``) or is just a technical module (``False``) that provides some extra functionality to an existing application module. -``css`` (``list(str)``) - Specify css files with custom rules to be imported, these files should be - located in ``static/src/css`` inside the module. -``images`` (``list(str)``) - Specify image files to be used by the module. +``assets`` (``dict``) + A definition of how all static files are loaded in various assets bundles. + See the :ref:`assets ` page for more details on how to + describe bundles. ``installable`` (``bool`` default: ``True``) Whether a user should be able to install the module from the Web UI or not. ``maintainer`` (``str``)