[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) <vfe@odoo.com>
This commit is contained in:
parent
06b6c18972
commit
a2a389688c
@ -118,11 +118,10 @@ Available manifest fields are:
|
|||||||
Whether the module should be considered as a fully-fledged application
|
Whether the module should be considered as a fully-fledged application
|
||||||
(``True``) or is just a technical module (``False``) that provides some
|
(``True``) or is just a technical module (``False``) that provides some
|
||||||
extra functionality to an existing application module.
|
extra functionality to an existing application module.
|
||||||
``css`` (``list(str)``)
|
``assets`` (``dict``)
|
||||||
Specify css files with custom rules to be imported, these files should be
|
A definition of how all static files are loaded in various assets bundles.
|
||||||
located in ``static/src/css`` inside the module.
|
See the :ref:`assets <reference/assets>` page for more details on how to
|
||||||
``images`` (``list(str)``)
|
describe bundles.
|
||||||
Specify image files to be used by the module.
|
|
||||||
``installable`` (``bool`` default: ``True``)
|
``installable`` (``bool`` default: ``True``)
|
||||||
Whether a user should be able to install the module from the Web UI or not.
|
Whether a user should be able to install the module from the Web UI or not.
|
||||||
``maintainer`` (``str``)
|
``maintainer`` (``str``)
|
||||||
|
Loading…
Reference in New Issue
Block a user