Adds useful keys to manifest files
Project description
Module Manifest - Extra Options
This is a technical module that allows developers to make use of extra keys in module manifests. The following keys are available currently:
depends_if_installed - Your module will depend on modules listed here but only if those modules are already installed. This is useful if your module needs to override the behavior of a certain module (dependencies determine load order) but would also work without it.
rdepends_if_installed - The modules listed here will depend on your module if they are already installed. This is useful if you want your module to be higher in the inheritance chain than the target modules and do not want to or cannot make changes to those modules.
Usage
Add this module as a dependency and use the keys described above.
Roadmap
Add support for the following additional keys:
breaks - Used to mark some modules as being incompatible with the current one. This could be set up to support versioning (e.g. 'breaks': ['my_module<<0.4.2']).
demo_if_installed, data_if_installed, qweb_if_installed - Dicts with module names as keys and lists of files as values. Used to load files only if some other module is installed.
_if_module - Used on models to load them only if the appropriate module is installed.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcome feedback.
Credits
Images
Odoo Community Association: Icon.
Contributors
Holger Brunn <hbrunn@therp.nl>
Oleg Bulkin <obulkin@laslabs.com>
Do not contact contributors directly about support or help with technical issues.
Maintainer
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
To contribute to this module, please visit https://odoo-community.org.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for odoo10_addon_base_manifest_extension-10.0.1.0.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b548338c83ea797a188c30fd4216c361ddeb32c9c3973524e07d902b4da2bc5e |
|
MD5 | 6db55018f59c49915255f179499911ce |
|
BLAKE2b-256 | df638046f589991b17d39841c8375b67a2e1230d34112d811a37628bb0b6667a |