Server Environment Ir Config Parameter
by ACSONE SA/NV https://github.com/OCA/server-env , Odoo Community Association (OCA) https://github.com/OCA/server-envAvailability |
Odoo Online
Odoo.sh
On Premise
|
Community Apps Dependencies | Show |
Lines of code | 598 |
Technical Name |
server_environment_ir_config_parameter |
License | AGPL-3 |
Website | https://github.com/OCA/server-env |
Versions | 17.0 10.0 9.0 12.0 13.0 16.0 14.0 15.0 |
Server Environment Ir Config Parameter
Override System Parameters from server environment file.
Table of contents
Configuration
To configure this module, you need to add a section [ir.config_parameter] to you server_environment_files configurations, where the keys are the same as would normally be set in the Systems Parameter Odoo menu.
When first using a value, the system will read it from the configuration file and override any value that would be present in the database, so the configuration file has precedence.
When creating or modifying values that are in the configuration file, the module replace changes, enforcing the configuration value.
For example you can use this module in combination with web_environment_ribbon:
[ir.config_parameter] ribbon.name=DEV
Usage
Before using this module, you must be familiar with the server_environment module.
Known issues / Roadmap
When the user modifies System Parameters that are defined in the config file, the changes are ignored. It would be nice to display which system parameters come from the config file and possibly make their key and value readonly in the user interface.
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 to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- ACSONE SA/NV
Contributors
- Stéphane Bidoul <stephane.bidoul@acsone.eu> (https://acsone.eu)
- Thierry Ducrest <thierry.ducrest@camptocamp.com>
- Gilles Meyomesse <gilles.meyomesse@acsone.eu> (https://acsone.eu)
- Sylvain LE GAL (https://www.twitter.com/legalsylvain)
Other credits
This module is maintained by: * Odoo Community Association
Maintainers
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.
This module is part of the OCA/server-env project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Please log in to comment on this module