-
-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[17.0][IMP] server_environment: allow to overwrite odoo config options #197
base: 17.0
Are you sure you want to change the base?
[17.0][IMP] server_environment: allow to overwrite odoo config options #197
Conversation
@@ -6,7 +6,7 @@ are stored in the `server_environment_files` companion module. | |||
|
|||
The `server_environment_files` module is optional, the values can be set | |||
using an environment variable with a fallback on default values in the | |||
database. | |||
database. You will be able to overwrite some odoo options. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can all options be changed?
If only some options can be changed, it would help to document which ones.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes all odoo options of the config file can be overwritten this way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then I suggest this change:
database. You will be able to overwrite some odoo options. | |
database. You will be able to overwrite any Odoo options. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO this sentence is confusing if we don't give extra details (with the key server_environment_allow_overwrite_options_section
,...).
But all this is already explained in the "Configured" section.
I think it's better to keep it as it is with a simple description.
… server_environment_files
133e08e
to
782afd4
Compare
Forward port of #159